#8CB2C0

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

Shades of Botticelli #8CB2C0

Tints of Botticelli #8CB2C0

Color information

#8CB2C0 (or 0x8CB2C0) is unknown color: approx Botticelli. HEX triplet: 8C, B2 and C0. RGB value is (140,178,192). Sum of RGB (Red+Green+Blue) = 140+178+192=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #8CB2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2C0 is #734D3F. Grayscale: #A8A8A8. Windows color (decimal): -7556416 or 12628620. OLE color: 12628620.

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

Color convert

RGB140178192-
CMYK0.270.0700.25
HSL196.15º29.21%65.1%-
HSV(B)196.15º27.08%75.29%-
XYZ36.2541.2255.92-
YUV168.23141.41107.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=27.45%
G=34.90%
B=37.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401781920.270.0700.25196.1529.2165.1
Hex8CB2C01B7019c41d41
Octal21426230033703130435101
Binary1000110010110010110000001101111101100111000100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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