Shades of Botticelli #88A6AF
Tints of Botticelli #88A6AF
RGB
CMYK
RGB Variations
Color information
#88A6AF (or 0x88A6AF) is known color: Botticelli. HEX triplet: 88, A6 and AF. RGB value is (136,166,175). Sum of RGB (Red+Green+Blue) = 136+166+175=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #88A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A6AF is #775950. Grayscale: #9D9D9D. Windows color (decimal): -7821649 or 11511432. OLE color: 11511432.
HSL color Cylindrical-coordinate representation of color #88A6AF: hue angle of 193.85º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88A6AF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 166 | 175 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.31 |
| HSL | 193.85º | 0.2% | 0.61% | - |
| HSV(B) | 193.85º | 0.22% | 0.69% | - |
| XYZ | 31.53 | 35.6 | 45.77 | - |
| YUV | 158.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 175 | 0.22 | 0.05 | 0 | 0.31 | 193.85 | 0.2 | 0.61 |
| Hex | 88 | A6 | AF | 16 | 5 | 0 | 1F | C2 | 14 | 3D |
| Octal | 210 | 246 | 257 | 26 | 5 | 0 | 37 | 302 | 24 | 75 |
| Binary | 10001000 | 10100110 | 10101111 | 10110 | 101 | 0 | 11111 | 11000010 | 10100 | 111101 |
Color Harmonies of #88A6AF
Complementary color
Monochromatic Colors of #88A6AF
Black with #88A6AF
Text Example
Text Example
White with #88A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6AF; }
p { color: rgb(136,166,175); }
H1.HeaderClassName
{
color: #88A6AF;
}
.AnyTagClassName
{
color: #88A6AF;
}
</style>
background-color css
<style>
a { background-color: #88A6AF; }
a { background-color: rgb(136,166,175); }
div.DivClassName
{
background-color: #88A6AF;
}
.BgClassName
{
background-color: #88A6AF;
}
</style>
border-color css
<style>
span { border-color: #88A6AF; }
span { border-color: rgb(136,166,175); }
td.TdClassName
{
border-color: #88A6AF;
}
.TagClassName
{
border-color: #88A6AF;
}
</style>