Shades of Botticelli #8BACB4
Tints of Botticelli #8BACB4
RGB
CMYK
RGB Variations
Color information
#8BACB4 (or 0x8BACB4) is known color: Botticelli. HEX triplet: 8B, AC and B4. RGB value is (139,172,180). Sum of RGB (Red+Green+Blue) = 139+172+180=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #8BACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACB4 is #74534B. Grayscale: #A2A2A2. Windows color (decimal): -7623500 or 11840651. OLE color: 11840651.
HSL color Cylindrical-coordinate representation of color #8BACB4: hue angle of 191.71º degrees, saturation: 0.21, 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 #8BACB4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 172 | 180 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.29 |
| HSL | 191.71º | 0.21% | 0.63% | - |
| HSV(B) | 191.71º | 0.23% | 0.71% | - |
| XYZ | 33.64 | 38.29 | 48.8 | - |
| YUV | 163.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 180 | 0.23 | 0.04 | 0 | 0.29 | 191.71 | 0.21 | 0.63 |
| Hex | 8B | AC | B4 | 17 | 4 | 0 | 1D | C0 | 15 | 3F |
| Octal | 213 | 254 | 264 | 27 | 4 | 0 | 35 | 300 | 25 | 77 |
| Binary | 10001011 | 10101100 | 10110100 | 10111 | 100 | 0 | 11101 | 11000000 | 10101 | 111111 |
Color Harmonies of #8BACB4
Complementary color
Monochromatic Colors of #8BACB4
Black with #8BACB4
Text Example
Text Example
White with #8BACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACB4; }
p { color: rgb(139,172,180); }
H1.HeaderClassName
{
color: #8BACB4;
}
.AnyTagClassName
{
color: #8BACB4;
}
</style>
background-color css
<style>
a { background-color: #8BACB4; }
a { background-color: rgb(139,172,180); }
div.DivClassName
{
background-color: #8BACB4;
}
.BgClassName
{
background-color: #8BACB4;
}
</style>
border-color css
<style>
span { border-color: #8BACB4; }
span { border-color: rgb(139,172,180); }
td.TdClassName
{
border-color: #8BACB4;
}
.TagClassName
{
border-color: #8BACB4;
}
</style>