#8DB9BE

Color #8DB9BE Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8DB9BE

Tints of Botticelli #8DB9BE

Color information

#8DB9BE (or 0x8DB9BE) is unknown color: approx Botticelli. HEX triplet: 8D, B9 and BE. RGB value is (141,185,190). Sum of RGB (Red+Green+Blue) = 141+185+190=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9BE is #724641. Grayscale: #ACACAC. Windows color (decimal): -7489090 or 12499341. OLE color: 12499341.

HSL color Cylindrical-coordinate representation of color #8DB9BE: hue angle of 186.12º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DB9BE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141185190-
CMYK0.260.0300.25
HSL186.12º27.37%64.9%-
HSV(B)186.12º25.79%74.51%-
XYZ37.6344.0855.24-
YUV172.41137.92105.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=27.33%
G=35.85%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411851900.260.0300.25186.1227.3764.9
Hex8DB9BE1A3019ba1b41
Octal21527127632303127233101
Binary100011011011100110111110110101101100110111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DB9BE; }

 p { color: rgb(141,185,190); }

 H1.HeaderClassName
 {
   color: #8DB9BE;
 }
 .AnyTagClassName
 {
   color: #8DB9BE;
 }
</style>
background-color css

<style>
 a { background-color: #8DB9BE; }

 a { background-color: rgb(141,185,190); }

 div.DivClassName
 {
   background-color: #8DB9BE;
 }
 .BgClassName
 {
   background-color: #8DB9BE;
 }
</style>
border-color css

<style>
 span { border-color: #8DB9BE; }

 span { border-color: rgb(141,185,190); }

 td.TdClassName
 {
   border-color: #8DB9BE;
 }
 .TagClassName
 {
   border-color: #8DB9BE;
 }
</style>