Shades of Botticelli #8BB0BD
Tints of Botticelli #8BB0BD
RGB
CMYK
RGB Variations
Color information
#8BB0BD (or 0x8BB0BD) is known color: Botticelli. HEX triplet: 8B, B0 and BD. RGB value is (139,176,189). Sum of RGB (Red+Green+Blue) = 139+176+189=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0BD is #744F42. Grayscale: #A6A6A6. Windows color (decimal): -7622467 or 12431499. OLE color: 12431499.
HSL color Cylindrical-coordinate representation of color #8BB0BD: hue angle of 195.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BB0BD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 176 | 189 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.26 |
| HSL | 195.6º | 0.27% | 0.64% | - |
| HSV(B) | 195.6º | 0.26% | 0.74% | - |
| XYZ | 35.36 | 40.21 | 54.04 | - |
| YUV | 166.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 189 | 0.26 | 0.07 | 0 | 0.26 | 195.6 | 0.27 | 0.64 |
| Hex | 8B | B0 | BD | 1A | 7 | 0 | 1A | C4 | 1B | 40 |
| Octal | 213 | 260 | 275 | 32 | 7 | 0 | 32 | 304 | 33 | 100 |
| Binary | 10001011 | 10110000 | 10111101 | 11010 | 111 | 0 | 11010 | 11000100 | 11011 | 1000000 |
Color Harmonies of #8BB0BD
Complementary color
Monochromatic Colors of #8BB0BD
Black with #8BB0BD
Text Example
Text Example
White with #8BB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0BD; }
p { color: rgb(139,176,189); }
H1.HeaderClassName
{
color: #8BB0BD;
}
.AnyTagClassName
{
color: #8BB0BD;
}
</style>
background-color css
<style>
a { background-color: #8BB0BD; }
a { background-color: rgb(139,176,189); }
div.DivClassName
{
background-color: #8BB0BD;
}
.BgClassName
{
background-color: #8BB0BD;
}
</style>
border-color css
<style>
span { border-color: #8BB0BD; }
span { border-color: rgb(139,176,189); }
td.TdClassName
{
border-color: #8BB0BD;
}
.TagClassName
{
border-color: #8BB0BD;
}
</style>