Shades of Botticelli #88ADB5
Tints of Botticelli #88ADB5
RGB
CMYK
RGB Variations
Color information
#88ADB5 (or 0x88ADB5) is known color: Botticelli. HEX triplet: 88, AD and B5. RGB value is (136,173,181). Sum of RGB (Red+Green+Blue) = 136+173+181=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #88ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADB5 is #77524A. Grayscale: #A2A2A2. Windows color (decimal): -7819851 or 11906440. OLE color: 11906440.
HSL color Cylindrical-coordinate representation of color #88ADB5: hue angle of 190.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88ADB5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 173 | 181 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.29 |
| HSL | 190.67º | 0.23% | 0.62% | - |
| HSV(B) | 190.67º | 0.25% | 0.71% | - |
| XYZ | 33.44 | 38.46 | 49.38 | - |
| YUV | 162.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 181 | 0.25 | 0.04 | 0 | 0.29 | 190.67 | 0.23 | 0.62 |
| Hex | 88 | AD | B5 | 19 | 4 | 0 | 1D | BF | 17 | 3E |
| Octal | 210 | 255 | 265 | 31 | 4 | 0 | 35 | 277 | 27 | 76 |
| Binary | 10001000 | 10101101 | 10110101 | 11001 | 100 | 0 | 11101 | 10111111 | 10111 | 111110 |
Color Harmonies of #88ADB5
Complementary color
Monochromatic Colors of #88ADB5
Black with #88ADB5
Text Example
Text Example
White with #88ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADB5; }
p { color: rgb(136,173,181); }
H1.HeaderClassName
{
color: #88ADB5;
}
.AnyTagClassName
{
color: #88ADB5;
}
</style>
background-color css
<style>
a { background-color: #88ADB5; }
a { background-color: rgb(136,173,181); }
div.DivClassName
{
background-color: #88ADB5;
}
.BgClassName
{
background-color: #88ADB5;
}
</style>
border-color css
<style>
span { border-color: #88ADB5; }
span { border-color: rgb(136,173,181); }
td.TdClassName
{
border-color: #88ADB5;
}
.TagClassName
{
border-color: #88ADB5;
}
</style>