Shades of Botticelli #8BACB5
Tints of Botticelli #8BACB5
RGB
CMYK
RGB Variations
Color information
#8BACB5 (or 0x8BACB5) is known color: Botticelli. HEX triplet: 8B, AC and B5. RGB value is (139,172,181). Sum of RGB (Red+Green+Blue) = 139+172+181=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #8BACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACB5 is #74534A. Grayscale: #A3A3A3. Windows color (decimal): -7623499 or 11906187. OLE color: 11906187.
HSL color Cylindrical-coordinate representation of color #8BACB5: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BACB5 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 172 | 181 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.29 |
| HSL | 192.86º | 0.22% | 0.63% | - |
| HSV(B) | 192.86º | 0.23% | 0.71% | - |
| XYZ | 33.74 | 38.33 | 49.34 | - |
| YUV | 163.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 181 | 0.23 | 0.05 | 0 | 0.29 | 192.86 | 0.22 | 0.63 |
| Hex | 8B | AC | B5 | 17 | 5 | 0 | 1D | C1 | 16 | 3F |
| Octal | 213 | 254 | 265 | 27 | 5 | 0 | 35 | 301 | 26 | 77 |
| Binary | 10001011 | 10101100 | 10110101 | 10111 | 101 | 0 | 11101 | 11000001 | 10110 | 111111 |
Color Harmonies of #8BACB5
Complementary color
Monochromatic Colors of #8BACB5
Black with #8BACB5
Text Example
Text Example
White with #8BACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACB5; }
p { color: rgb(139,172,181); }
H1.HeaderClassName
{
color: #8BACB5;
}
.AnyTagClassName
{
color: #8BACB5;
}
</style>
background-color css
<style>
a { background-color: #8BACB5; }
a { background-color: rgb(139,172,181); }
div.DivClassName
{
background-color: #8BACB5;
}
.BgClassName
{
background-color: #8BACB5;
}
</style>
border-color css
<style>
span { border-color: #8BACB5; }
span { border-color: rgb(139,172,181); }
td.TdClassName
{
border-color: #8BACB5;
}
.TagClassName
{
border-color: #8BACB5;
}
</style>