Shades of Botticelli #8BAFB8
Tints of Botticelli #8BAFB8
RGB
CMYK
RGB Variations
Color information
#8BAFB8 (or 0x8BAFB8) is known color: Botticelli. HEX triplet: 8B, AF and B8. RGB value is (139,175,184). Sum of RGB (Red+Green+Blue) = 139+175+184=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BAFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFB8 is #745047. Grayscale: #A5A5A5. Windows color (decimal): -7622728 or 12103563. OLE color: 12103563.
HSL color Cylindrical-coordinate representation of color #8BAFB8: hue angle of 192º 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 #8BAFB8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 175 | 184 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.28 |
| HSL | 192º | 0.24% | 0.63% | - |
| HSV(B) | 192º | 0.24% | 0.72% | - |
| XYZ | 34.63 | 39.61 | 51.17 | - |
| YUV | 165.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 184 | 0.24 | 0.05 | 0 | 0.28 | 192 | 0.24 | 0.63 |
| Hex | 8B | AF | B8 | 18 | 5 | 0 | 1C | C0 | 18 | 3F |
| Octal | 213 | 257 | 270 | 30 | 5 | 0 | 34 | 300 | 30 | 77 |
| Binary | 10001011 | 10101111 | 10111000 | 11000 | 101 | 0 | 11100 | 11000000 | 11000 | 111111 |
Color Harmonies of #8BAFB8
Complementary color
Monochromatic Colors of #8BAFB8
Black with #8BAFB8
Text Example
Text Example
White with #8BAFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFB8; }
p { color: rgb(139,175,184); }
H1.HeaderClassName
{
color: #8BAFB8;
}
.AnyTagClassName
{
color: #8BAFB8;
}
</style>
background-color css
<style>
a { background-color: #8BAFB8; }
a { background-color: rgb(139,175,184); }
div.DivClassName
{
background-color: #8BAFB8;
}
.BgClassName
{
background-color: #8BAFB8;
}
</style>
border-color css
<style>
span { border-color: #8BAFB8; }
span { border-color: rgb(139,175,184); }
td.TdClassName
{
border-color: #8BAFB8;
}
.TagClassName
{
border-color: #8BAFB8;
}
</style>