Shades of Botticelli #8BAFB2
Tints of Botticelli #8BAFB2
RGB
CMYK
RGB Variations
Color information
#8BAFB2 (or 0x8BAFB2) is known color: Botticelli. HEX triplet: 8B, AF and B2. RGB value is (139,175,178). Sum of RGB (Red+Green+Blue) = 139+175+178=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #8BAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFB2 is #74504D. Grayscale: #A4A4A4. Windows color (decimal): -7622734 or 11710347. OLE color: 11710347.
HSL color Cylindrical-coordinate representation of color #8BAFB2: hue angle of 184.62º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BAFB2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 175 | 178 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.30 |
| HSL | 184.62º | 0.2% | 0.62% | - |
| HSV(B) | 184.62º | 0.22% | 0.7% | - |
| XYZ | 34.01 | 39.36 | 47.92 | - |
| YUV | 164.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 178 | 0.22 | 0.02 | 0 | 0.30 | 184.62 | 0.2 | 0.62 |
| Hex | 8B | AF | B2 | 16 | 2 | 0 | 1E | B9 | 14 | 3E |
| Octal | 213 | 257 | 262 | 26 | 2 | 0 | 36 | 271 | 24 | 76 |
| Binary | 10001011 | 10101111 | 10110010 | 10110 | 10 | 0 | 11110 | 10111001 | 10100 | 111110 |
Color Harmonies of #8BAFB2
Complementary color
Monochromatic Colors of #8BAFB2
Black with #8BAFB2
Text Example
Text Example
White with #8BAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFB2; }
p { color: rgb(139,175,178); }
H1.HeaderClassName
{
color: #8BAFB2;
}
.AnyTagClassName
{
color: #8BAFB2;
}
</style>
background-color css
<style>
a { background-color: #8BAFB2; }
a { background-color: rgb(139,175,178); }
div.DivClassName
{
background-color: #8BAFB2;
}
.BgClassName
{
background-color: #8BAFB2;
}
</style>
border-color css
<style>
span { border-color: #8BAFB2; }
span { border-color: rgb(139,175,178); }
td.TdClassName
{
border-color: #8BAFB2;
}
.TagClassName
{
border-color: #8BAFB2;
}
</style>