Shades of Botticelli #8BAEB8
Tints of Botticelli #8BAEB8
RGB
CMYK
RGB Variations
Color information
#8BAEB8 (or 0x8BAEB8) is known color: Botticelli. HEX triplet: 8B, AE and B8. RGB value is (139,174,184). Sum of RGB (Red+Green+Blue) = 139+174+184=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BAEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEB8 is #745147. Grayscale: #A4A4A4. Windows color (decimal): -7622984 or 12103307. OLE color: 12103307.
HSL color Cylindrical-coordinate representation of color #8BAEB8: hue angle of 193.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 #8BAEB8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 174 | 184 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.28 |
| HSL | 193.33º | 0.24% | 0.63% | - |
| HSV(B) | 193.33º | 0.24% | 0.72% | - |
| XYZ | 34.44 | 39.22 | 51.1 | - |
| YUV | 164.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 184 | 0.24 | 0.05 | 0 | 0.28 | 193.33 | 0.24 | 0.63 |
| Hex | 8B | AE | B8 | 18 | 5 | 0 | 1C | C1 | 18 | 3F |
| Octal | 213 | 256 | 270 | 30 | 5 | 0 | 34 | 301 | 30 | 77 |
| Binary | 10001011 | 10101110 | 10111000 | 11000 | 101 | 0 | 11100 | 11000001 | 11000 | 111111 |
Color Harmonies of #8BAEB8
Complementary color
Monochromatic Colors of #8BAEB8
Black with #8BAEB8
Text Example
Text Example
White with #8BAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEB8; }
p { color: rgb(139,174,184); }
H1.HeaderClassName
{
color: #8BAEB8;
}
.AnyTagClassName
{
color: #8BAEB8;
}
</style>
background-color css
<style>
a { background-color: #8BAEB8; }
a { background-color: rgb(139,174,184); }
div.DivClassName
{
background-color: #8BAEB8;
}
.BgClassName
{
background-color: #8BAEB8;
}
</style>
border-color css
<style>
span { border-color: #8BAEB8; }
span { border-color: rgb(139,174,184); }
td.TdClassName
{
border-color: #8BAEB8;
}
.TagClassName
{
border-color: #8BAEB8;
}
</style>