#8CB2BD

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

Shades of Botticelli #8CB2BD

Tints of Botticelli #8CB2BD

Color information

#8CB2BD (or 0x8CB2BD) is unknown color: approx Botticelli. HEX triplet: 8C, B2 and BD. RGB value is (140,178,189). Sum of RGB (Red+Green+Blue) = 140+178+189=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2BD is #734D42. Grayscale: #A7A7A7. Windows color (decimal): -7556419 or 12432012. OLE color: 12432012.

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

Color convert

RGB140178189-
CMYK0.260.0600.26
HSL193.47º27.07%64.51%-
HSV(B)193.47º25.93%74.12%-
XYZ35.9241.0954.18-
YUV167.89139.91108.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=27.61%
G=35.11%
B=37.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401781890.260.0600.26193.4727.0764.51
Hex8CB2BD1A601Ac11b41
Octal21426227532603230133101
Binary1000110010110010101111011101011001101011000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,189); }

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

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

 a { background-color: rgb(140,178,189); }

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

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

 span { border-color: rgb(140,178,189); }

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