Shades of Botticelli #8CB2B5
Tints of Botticelli #8CB2B5
RGB
CMYK
RGB Variations
Color information
#8CB2B5 (or 0x8CB2B5) is known color: Botticelli. HEX triplet: 8C, B2 and B5. RGB value is (140,178,181). Sum of RGB (Red+Green+Blue) = 140+178+181=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 181 - color contains mainly: blue. Hex color #8CB2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2B5 is #734D4A. Grayscale: #A6A6A6. Windows color (decimal): -7556427 or 11907724. OLE color: 11907724.
HSL color Cylindrical-coordinate representation of color #8CB2B5: hue angle of 184.39º 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 #8CB2B5 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 140 | 178 | 181 | - |
CMYK | 0.23 | 0.02 | 0 | 0.29 |
HSL | 184.39º | 0.22% | 0.63% | - |
HSV(B) | 184.39º | 0.23% | 0.71% | - |
XYZ | 35.08 | 40.75 | 49.73 | - |
YUV | 166.98 | 135.91 | 108.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 178 | 181 | 0.23 | 0.02 | 0 | 0.29 | 184.39 | 0.22 | 0.63 |
Hex | 8C | B2 | B5 | 17 | 2 | 0 | 1D | B8 | 16 | 3F |
Octal | 214 | 262 | 265 | 27 | 2 | 0 | 35 | 270 | 26 | 77 |
Binary | 10001100 | 10110010 | 10110101 | 10111 | 10 | 0 | 11101 | 10111000 | 10110 | 111111 |
Color Harmonies of #8CB2B5
Complementary color
Monochromatic Colors of #8CB2B5
Black with #8CB2B5
Text Example
Text Example
White with #8CB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB2B5; }
p { color: rgb(140,178,181); }
H1.HeaderClassName
{
color: #8CB2B5;
}
.AnyTagClassName
{
color: #8CB2B5;
}
</style>
background-color css
<style>
a { background-color: #8CB2B5; }
a { background-color: rgb(140,178,181); }
div.DivClassName
{
background-color: #8CB2B5;
}
.BgClassName
{
background-color: #8CB2B5;
}
</style>
border-color css
<style>
span { border-color: #8CB2B5; }
span { border-color: rgb(140,178,181); }
td.TdClassName
{
border-color: #8CB2B5;
}
.TagClassName
{
border-color: #8CB2B5;
}
</style>