Shades of Botticelli #8BB4BD
Tints of Botticelli #8BB4BD
RGB
CMYK
RGB Variations
Color information
#8BB4BD (or 0x8BB4BD) is known color: Botticelli. HEX triplet: 8B, B4 and BD. RGB value is (139,180,189). Sum of RGB (Red+Green+Blue) = 139+180+189=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4BD is #744B42. Grayscale: #A8A8A8. Windows color (decimal): -7621443 or 12432523. OLE color: 12432523.
HSL color Cylindrical-coordinate representation of color #8BB4BD: hue angle of 190.8º 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 #8BB4BD is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 180 | 189 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.26 |
| HSL | 190.8º | 0.27% | 0.64% | - |
| HSV(B) | 190.8º | 0.26% | 0.74% | - |
| XYZ | 36.15 | 41.81 | 54.31 | - |
| YUV | 168.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 189 | 0.26 | 0.05 | 0 | 0.26 | 190.8 | 0.27 | 0.64 |
| Hex | 8B | B4 | BD | 1A | 5 | 0 | 1A | BF | 1B | 40 |
| Octal | 213 | 264 | 275 | 32 | 5 | 0 | 32 | 277 | 33 | 100 |
| Binary | 10001011 | 10110100 | 10111101 | 11010 | 101 | 0 | 11010 | 10111111 | 11011 | 1000000 |
Color Harmonies of #8BB4BD
Complementary color
Monochromatic Colors of #8BB4BD
Black with #8BB4BD
Text Example
Text Example
White with #8BB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4BD; }
p { color: rgb(139,180,189); }
H1.HeaderClassName
{
color: #8BB4BD;
}
.AnyTagClassName
{
color: #8BB4BD;
}
</style>
background-color css
<style>
a { background-color: #8BB4BD; }
a { background-color: rgb(139,180,189); }
div.DivClassName
{
background-color: #8BB4BD;
}
.BgClassName
{
background-color: #8BB4BD;
}
</style>
border-color css
<style>
span { border-color: #8BB4BD; }
span { border-color: rgb(139,180,189); }
td.TdClassName
{
border-color: #8BB4BD;
}
.TagClassName
{
border-color: #8BB4BD;
}
</style>