Shades of Botticelli #8BB1B8
Tints of Botticelli #8BB1B8
RGB
CMYK
RGB Variations
Color information
#8BB1B8 (or 0x8BB1B8) is known color: Botticelli. HEX triplet: 8B, B1 and B8. RGB value is (139,177,184). Sum of RGB (Red+Green+Blue) = 139+177+184=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BB1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1B8 is #744E47. Grayscale: #A6A6A6. Windows color (decimal): -7622216 or 12104075. OLE color: 12104075.
HSL color Cylindrical-coordinate representation of color #8BB1B8: hue angle of 189.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB1B8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 177 | 184 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.28 |
| HSL | 189.33º | 0.24% | 0.63% | - |
| HSV(B) | 189.33º | 0.24% | 0.72% | - |
| XYZ | 35.02 | 40.39 | 51.3 | - |
| YUV | 166.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 184 | 0.24 | 0.04 | 0 | 0.28 | 189.33 | 0.24 | 0.63 |
| Hex | 8B | B1 | B8 | 18 | 4 | 0 | 1C | BD | 18 | 3F |
| Octal | 213 | 261 | 270 | 30 | 4 | 0 | 34 | 275 | 30 | 77 |
| Binary | 10001011 | 10110001 | 10111000 | 11000 | 100 | 0 | 11100 | 10111101 | 11000 | 111111 |
Color Harmonies of #8BB1B8
Complementary color
Monochromatic Colors of #8BB1B8
Black with #8BB1B8
Text Example
Text Example
White with #8BB1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1B8; }
p { color: rgb(139,177,184); }
H1.HeaderClassName
{
color: #8BB1B8;
}
.AnyTagClassName
{
color: #8BB1B8;
}
</style>
background-color css
<style>
a { background-color: #8BB1B8; }
a { background-color: rgb(139,177,184); }
div.DivClassName
{
background-color: #8BB1B8;
}
.BgClassName
{
background-color: #8BB1B8;
}
</style>
border-color css
<style>
span { border-color: #8BB1B8; }
span { border-color: rgb(139,177,184); }
td.TdClassName
{
border-color: #8BB1B8;
}
.TagClassName
{
border-color: #8BB1B8;
}
</style>