Shades of Botticelli #8BAFBD
Tints of Botticelli #8BAFBD
RGB
CMYK
RGB Variations
Color information
#8BAFBD (or 0x8BAFBD) is known color: Botticelli. HEX triplet: 8B, AF and BD. RGB value is (139,175,189). Sum of RGB (Red+Green+Blue) = 139+175+189=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBD is #745042. Grayscale: #A5A5A5. Windows color (decimal): -7622723 or 12431243. OLE color: 12431243.
HSL color Cylindrical-coordinate representation of color #8BAFBD: hue angle of 196.8º 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 #8BAFBD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 175 | 189 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.26 |
| HSL | 196.8º | 0.27% | 0.64% | - |
| HSV(B) | 196.8º | 0.26% | 0.74% | - |
| XYZ | 35.16 | 39.82 | 53.98 | - |
| YUV | 165.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 189 | 0.26 | 0.07 | 0 | 0.26 | 196.8 | 0.27 | 0.64 |
| Hex | 8B | AF | BD | 1A | 7 | 0 | 1A | C5 | 1B | 40 |
| Octal | 213 | 257 | 275 | 32 | 7 | 0 | 32 | 305 | 33 | 100 |
| Binary | 10001011 | 10101111 | 10111101 | 11010 | 111 | 0 | 11010 | 11000101 | 11011 | 1000000 |
Color Harmonies of #8BAFBD
Complementary color
Monochromatic Colors of #8BAFBD
Black with #8BAFBD
Text Example
Text Example
White with #8BAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFBD; }
p { color: rgb(139,175,189); }
H1.HeaderClassName
{
color: #8BAFBD;
}
.AnyTagClassName
{
color: #8BAFBD;
}
</style>
background-color css
<style>
a { background-color: #8BAFBD; }
a { background-color: rgb(139,175,189); }
div.DivClassName
{
background-color: #8BAFBD;
}
.BgClassName
{
background-color: #8BAFBD;
}
</style>
border-color css
<style>
span { border-color: #8BAFBD; }
span { border-color: rgb(139,175,189); }
td.TdClassName
{
border-color: #8BAFBD;
}
.TagClassName
{
border-color: #8BAFBD;
}
</style>