#8DB2BF

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

Shades of Botticelli #8DB2BF

Tints of Botticelli #8DB2BF

Color information

#8DB2BF (or 0x8DB2BF) is unknown color: approx Botticelli. HEX triplet: 8D, B2 and BF. RGB value is (141,178,191). Sum of RGB (Red+Green+Blue) = 141+178+191=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2BF is #724D40. Grayscale: #A8A8A8. Windows color (decimal): -7490881 or 12563085. OLE color: 12563085.

HSL color Cylindrical-coordinate representation of color #8DB2BF: hue angle of 195.6º degrees, saturation: 0.28, 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 #8DB2BF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141178191-
CMYK0.260.0700.25
HSL195.6º28.09%65.1%-
HSV(B)195.6º26.18%74.9%-
XYZ36.3141.2755.34-
YUV168.42140.74108.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.65%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 191 (75% from 255) = 37.45%
R=27.65%
G=34.90%
B=37.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411781910.260.0700.25195.628.0965.1
Hex8DB2BF1A7019c41c41
Octal21526227732703130434101
Binary1000110110110010101111111101011101100111000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,191); }

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

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

 a { background-color: rgb(141,178,191); }

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

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

 span { border-color: rgb(141,178,191); }

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