Shades of Botticelli #8BAFBC
Tints of Botticelli #8BAFBC
RGB
CMYK
RGB Variations
Color information
#8BAFBC (or 0x8BAFBC) is known color: Botticelli. HEX triplet: 8B, AF and BC. RGB value is (139,175,188). Sum of RGB (Red+Green+Blue) = 139+175+188=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBC is #745043. Grayscale: #A5A5A5. Windows color (decimal): -7622724 or 12365707. OLE color: 12365707.
HSL color Cylindrical-coordinate representation of color #8BAFBC: hue angle of 195.92º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BAFBC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 175 | 188 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.26 |
| HSL | 195.92º | 0.27% | 0.64% | - |
| HSV(B) | 195.92º | 0.26% | 0.74% | - |
| XYZ | 35.05 | 39.78 | 53.41 | - |
| YUV | 165.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 188 | 0.26 | 0.07 | 0 | 0.26 | 195.92 | 0.27 | 0.64 |
| Hex | 8B | AF | BC | 1A | 7 | 0 | 1A | C4 | 1B | 40 |
| Octal | 213 | 257 | 274 | 32 | 7 | 0 | 32 | 304 | 33 | 100 |
| Binary | 10001011 | 10101111 | 10111100 | 11010 | 111 | 0 | 11010 | 11000100 | 11011 | 1000000 |
Color Harmonies of #8BAFBC
Complementary color
Monochromatic Colors of #8BAFBC
Black with #8BAFBC
Text Example
Text Example
White with #8BAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFBC; }
p { color: rgb(139,175,188); }
H1.HeaderClassName
{
color: #8BAFBC;
}
.AnyTagClassName
{
color: #8BAFBC;
}
</style>
background-color css
<style>
a { background-color: #8BAFBC; }
a { background-color: rgb(139,175,188); }
div.DivClassName
{
background-color: #8BAFBC;
}
.BgClassName
{
background-color: #8BAFBC;
}
</style>
border-color css
<style>
span { border-color: #8BAFBC; }
span { border-color: rgb(139,175,188); }
td.TdClassName
{
border-color: #8BAFBC;
}
.TagClassName
{
border-color: #8BAFBC;
}
</style>