#8CB6BF

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

Shades of Botticelli #8CB6BF

Tints of Botticelli #8CB6BF

Color information

#8CB6BF (or 0x8CB6BF) is unknown color: approx Botticelli. HEX triplet: 8C, B6 and BF. RGB value is (140,182,191). Sum of RGB (Red+Green+Blue) = 140+182+191=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BF is #734940. Grayscale: #AAAAAA. Windows color (decimal): -7555393 or 12564108. OLE color: 12564108.

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

Color convert

RGB140182191-
CMYK0.270.0500.25
HSL190.59º28.49%64.9%-
HSV(B)190.59º26.7%74.9%-
XYZ36.9542.7955.6-
YUV170.47139.59106.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 191 (75% from 255) = 37.23%
R=27.29%
G=35.48%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401821910.270.0500.25190.5928.4964.9
Hex8CB6BF1B5019bf1c41
Octal21426627733503127734101
Binary1000110010110110101111111101110101100110111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,191); }

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

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

 a { background-color: rgb(140,182,191); }

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

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

 span { border-color: rgb(140,182,191); }

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