Shades of Botticelli #8BB2BF
Tints of Botticelli #8BB2BF
RGB
CMYK
RGB Variations
Color information
#8BB2BF (or 0x8BB2BF) is known color: Botticelli. HEX triplet: 8B, B2 and BF. RGB value is (139,178,191). Sum of RGB (Red+Green+Blue) = 139+178+191=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2BF is #744D40. Grayscale: #A7A7A7. Windows color (decimal): -7621953 or 12563083. OLE color: 12563083.
HSL color Cylindrical-coordinate representation of color #8BB2BF: hue angle of 195º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB2BF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 178 | 191 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.25 |
| HSL | 195º | 0.29% | 0.65% | - |
| HSV(B) | 195º | 0.27% | 0.75% | - |
| XYZ | 35.97 | 41.09 | 55.33 | - |
| YUV | 167.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 191 | 0.27 | 0.07 | 0 | 0.25 | 195 | 0.29 | 0.65 |
| Hex | 8B | B2 | BF | 1B | 7 | 0 | 19 | C3 | 1D | 41 |
| Octal | 213 | 262 | 277 | 33 | 7 | 0 | 31 | 303 | 35 | 101 |
| Binary | 10001011 | 10110010 | 10111111 | 11011 | 111 | 0 | 11001 | 11000011 | 11101 | 1000001 |
Color Harmonies of #8BB2BF
Complementary color
Monochromatic Colors of #8BB2BF
Black with #8BB2BF
Text Example
Text Example
White with #8BB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB2BF; }
p { color: rgb(139,178,191); }
H1.HeaderClassName
{
color: #8BB2BF;
}
.AnyTagClassName
{
color: #8BB2BF;
}
</style>
background-color css
<style>
a { background-color: #8BB2BF; }
a { background-color: rgb(139,178,191); }
div.DivClassName
{
background-color: #8BB2BF;
}
.BgClassName
{
background-color: #8BB2BF;
}
</style>
border-color css
<style>
span { border-color: #8BB2BF; }
span { border-color: rgb(139,178,191); }
td.TdClassName
{
border-color: #8BB2BF;
}
.TagClassName
{
border-color: #8BB2BF;
}
</style>