Shades of Botticelli #8BAFB4
Tints of Botticelli #8BAFB4
RGB
CMYK
RGB Variations
Color information
#8BAFB4 (or 0x8BAFB4) is known color: Botticelli. HEX triplet: 8B, AF and B4. RGB value is (139,175,180). Sum of RGB (Red+Green+Blue) = 139+175+180=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #8BAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFB4 is #74504B. Grayscale: #A4A4A4. Windows color (decimal): -7622732 or 11841419. OLE color: 11841419.
HSL color Cylindrical-coordinate representation of color #8BAFB4: hue angle of 187.32º 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 #8BAFB4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 175 | 180 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.29 |
| HSL | 187.32º | 0.21% | 0.63% | - |
| HSV(B) | 187.32º | 0.23% | 0.71% | - |
| XYZ | 34.22 | 39.44 | 48.99 | - |
| YUV | 164.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 180 | 0.23 | 0.03 | 0 | 0.29 | 187.32 | 0.21 | 0.63 |
| Hex | 8B | AF | B4 | 17 | 3 | 0 | 1D | BB | 15 | 3F |
| Octal | 213 | 257 | 264 | 27 | 3 | 0 | 35 | 273 | 25 | 77 |
| Binary | 10001011 | 10101111 | 10110100 | 10111 | 11 | 0 | 11101 | 10111011 | 10101 | 111111 |
Color Harmonies of #8BAFB4
Complementary color
Monochromatic Colors of #8BAFB4
Black with #8BAFB4
Text Example
Text Example
White with #8BAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFB4; }
p { color: rgb(139,175,180); }
H1.HeaderClassName
{
color: #8BAFB4;
}
.AnyTagClassName
{
color: #8BAFB4;
}
</style>
background-color css
<style>
a { background-color: #8BAFB4; }
a { background-color: rgb(139,175,180); }
div.DivClassName
{
background-color: #8BAFB4;
}
.BgClassName
{
background-color: #8BAFB4;
}
</style>
border-color css
<style>
span { border-color: #8BAFB4; }
span { border-color: rgb(139,175,180); }
td.TdClassName
{
border-color: #8BAFB4;
}
.TagClassName
{
border-color: #8BAFB4;
}
</style>