#8CB6BB

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

Shades of Botticelli #8CB6BB

Tints of Botticelli #8CB6BB

Color information

#8CB6BB (or 0x8CB6BB) is unknown color: approx Botticelli. HEX triplet: 8C, B6 and BB. RGB value is (140,182,187). Sum of RGB (Red+Green+Blue) = 140+182+187=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BB is #734944. Grayscale: #A9A9A9. Windows color (decimal): -7555397 or 12301964. OLE color: 12301964.

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

Color convert

RGB140182187-
CMYK0.250.0300.27
HSL186.38º25.68%64.12%-
HSV(B)186.38º25.13%73.33%-
XYZ36.5142.6253.32-
YUV170.01137.59106.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=27.50%
G=35.76%
B=36.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401821870.250.0300.27186.3825.6864.12
Hex8CB6BB19301Bba1a40
Octal21426627331303327232100
Binary100011001011011010111011110011101101110111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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