Shades of Botticelli #8BB2B9
Tints of Botticelli #8BB2B9
RGB
CMYK
RGB Variations
Color information
#8BB2B9 (or 0x8BB2B9) is known color: Botticelli. HEX triplet: 8B, B2 and B9. RGB value is (139,178,185). Sum of RGB (Red+Green+Blue) = 139+178+185=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BB2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2B9 is #744D46. Grayscale: #A7A7A7. Windows color (decimal): -7621959 or 12169867. OLE color: 12169867.
HSL color Cylindrical-coordinate representation of color #8BB2B9: hue angle of 189.13º 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 #8BB2B9 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 178 | 185 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.27 |
| HSL | 189.13º | 0.25% | 0.64% | - |
| HSV(B) | 189.13º | 0.25% | 0.73% | - |
| XYZ | 35.32 | 40.83 | 51.92 | - |
| YUV | 167.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 185 | 0.25 | 0.04 | 0 | 0.27 | 189.13 | 0.25 | 0.64 |
| Hex | 8B | B2 | B9 | 19 | 4 | 0 | 1B | BD | 19 | 40 |
| Octal | 213 | 262 | 271 | 31 | 4 | 0 | 33 | 275 | 31 | 100 |
| Binary | 10001011 | 10110010 | 10111001 | 11001 | 100 | 0 | 11011 | 10111101 | 11001 | 1000000 |
Color Harmonies of #8BB2B9
Complementary color
Monochromatic Colors of #8BB2B9
Black with #8BB2B9
Text Example
Text Example
White with #8BB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB2B9; }
p { color: rgb(139,178,185); }
H1.HeaderClassName
{
color: #8BB2B9;
}
.AnyTagClassName
{
color: #8BB2B9;
}
</style>
background-color css
<style>
a { background-color: #8BB2B9; }
a { background-color: rgb(139,178,185); }
div.DivClassName
{
background-color: #8BB2B9;
}
.BgClassName
{
background-color: #8BB2B9;
}
</style>
border-color css
<style>
span { border-color: #8BB2B9; }
span { border-color: rgb(139,178,185); }
td.TdClassName
{
border-color: #8BB2B9;
}
.TagClassName
{
border-color: #8BB2B9;
}
</style>