#8CB4B6

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

Shades of Botticelli #8CB4B6

Tints of Botticelli #8CB4B6

Color information

#8CB4B6 (or 0x8CB4B6) is unknown color: approx Botticelli. HEX triplet: 8C, B4 and B6. RGB value is (140,180,182). Sum of RGB (Red+Green+Blue) = 140+180+182=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #8CB4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB4B6 is #734B49. Grayscale: #A8A8A8. Windows color (decimal): -7555914 or 11973772. OLE color: 11973772.

HSL color Cylindrical-coordinate representation of color #8CB4B6: hue angle of 182.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB4B6 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140180182-
CMYK0.230.0100.29
HSL182.86º22.34%63.14%-
HSV(B)182.86º23.08%71.37%-
XYZ35.5841.650.41-
YUV168.27135.75107.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=27.89%
G=35.86%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801820.230.0100.29182.8622.3463.14
Hex8CB4B617101Db7163f
Octal2142642662710352672677
Binary1000110010110100101101101011110111011011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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