Shades of Botticelli #8BB8B9
Tints of Botticelli #8BB8B9
RGB
CMYK
RGB Variations
Color information
#8BB8B9 (or 0x8BB8B9) is known color: Botticelli. HEX triplet: 8B, B8 and B9. RGB value is (139,184,185). Sum of RGB (Red+Green+Blue) = 139+184+185=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BB8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8B9 is #744746. Grayscale: #AAAAAA. Windows color (decimal): -7620423 or 12171403. OLE color: 12171403.
HSL color Cylindrical-coordinate representation of color #8BB8B9: hue angle of 181.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BB8B9 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 184 | 185 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.27 |
| HSL | 181.3º | 0.25% | 0.64% | - |
| HSV(B) | 181.3º | 0.25% | 0.73% | - |
| XYZ | 36.54 | 43.27 | 52.33 | - |
| YUV | 170.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 185 | 0.25 | 0.01 | 0 | 0.27 | 181.3 | 0.25 | 0.64 |
| Hex | 8B | B8 | B9 | 19 | 1 | 0 | 1B | B5 | 19 | 40 |
| Octal | 213 | 270 | 271 | 31 | 1 | 0 | 33 | 265 | 31 | 100 |
| Binary | 10001011 | 10111000 | 10111001 | 11001 | 1 | 0 | 11011 | 10110101 | 11001 | 1000000 |
Color Harmonies of #8BB8B9
Complementary color
Monochromatic Colors of #8BB8B9
Black with #8BB8B9
Text Example
Text Example
White with #8BB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8B9; }
p { color: rgb(139,184,185); }
H1.HeaderClassName
{
color: #8BB8B9;
}
.AnyTagClassName
{
color: #8BB8B9;
}
</style>
background-color css
<style>
a { background-color: #8BB8B9; }
a { background-color: rgb(139,184,185); }
div.DivClassName
{
background-color: #8BB8B9;
}
.BgClassName
{
background-color: #8BB8B9;
}
</style>
border-color css
<style>
span { border-color: #8BB8B9; }
span { border-color: rgb(139,184,185); }
td.TdClassName
{
border-color: #8BB8B9;
}
.TagClassName
{
border-color: #8BB8B9;
}
</style>