Shades of Botticelli #88A9B5
Tints of Botticelli #88A9B5
RGB
CMYK
RGB Variations
Color information
#88A9B5 (or 0x88A9B5) is known color: Botticelli. HEX triplet: 88, A9 and B5. RGB value is (136,169,181). Sum of RGB (Red+Green+Blue) = 136+169+181=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #88A9B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A9B5 is #77564A. Grayscale: #A0A0A0. Windows color (decimal): -7820875 or 11905416. OLE color: 11905416.
HSL color Cylindrical-coordinate representation of color #88A9B5: hue angle of 196º 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 #88A9B5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 169 | 181 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.29 |
| HSL | 196º | 0.23% | 0.62% | - |
| HSV(B) | 196º | 0.25% | 0.71% | - |
| XYZ | 32.68 | 36.95 | 49.12 | - |
| YUV | 160.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 181 | 0.25 | 0.07 | 0 | 0.29 | 196 | 0.23 | 0.62 |
| Hex | 88 | A9 | B5 | 19 | 7 | 0 | 1D | C4 | 17 | 3E |
| Octal | 210 | 251 | 265 | 31 | 7 | 0 | 35 | 304 | 27 | 76 |
| Binary | 10001000 | 10101001 | 10110101 | 11001 | 111 | 0 | 11101 | 11000100 | 10111 | 111110 |
Color Harmonies of #88A9B5
Complementary color
Monochromatic Colors of #88A9B5
Black with #88A9B5
Text Example
Text Example
White with #88A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A9B5; }
p { color: rgb(136,169,181); }
H1.HeaderClassName
{
color: #88A9B5;
}
.AnyTagClassName
{
color: #88A9B5;
}
</style>
background-color css
<style>
a { background-color: #88A9B5; }
a { background-color: rgb(136,169,181); }
div.DivClassName
{
background-color: #88A9B5;
}
.BgClassName
{
background-color: #88A9B5;
}
</style>
border-color css
<style>
span { border-color: #88A9B5; }
span { border-color: rgb(136,169,181); }
td.TdClassName
{
border-color: #88A9B5;
}
.TagClassName
{
border-color: #88A9B5;
}
</style>