Shades of Botticelli #88B2B7
Tints of Botticelli #88B2B7
RGB
CMYK
RGB Variations
Color information
#88B2B7 (or 0x88B2B7) is known color: Botticelli. HEX triplet: 88, B2 and B7. RGB value is (136,178,183). Sum of RGB (Red+Green+Blue) = 136+178+183=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #88B2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2B7 is #774D48. Grayscale: #A5A5A5. Windows color (decimal): -7818569 or 12038792. OLE color: 12038792.
HSL color Cylindrical-coordinate representation of color #88B2B7: hue angle of 186.38º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B2B7 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 178 | 183 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.28 |
| HSL | 186.38º | 0.25% | 0.63% | - |
| HSV(B) | 186.38º | 0.26% | 0.72% | - |
| XYZ | 34.62 | 40.49 | 50.79 | - |
| YUV | 166.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 183 | 0.26 | 0.03 | 0 | 0.28 | 186.38 | 0.25 | 0.63 |
| Hex | 88 | B2 | B7 | 1A | 3 | 0 | 1C | BA | 19 | 3F |
| Octal | 210 | 262 | 267 | 32 | 3 | 0 | 34 | 272 | 31 | 77 |
| Binary | 10001000 | 10110010 | 10110111 | 11010 | 11 | 0 | 11100 | 10111010 | 11001 | 111111 |
Color Harmonies of #88B2B7
Complementary color
Monochromatic Colors of #88B2B7
Black with #88B2B7
Text Example
Text Example
White with #88B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2B7; }
p { color: rgb(136,178,183); }
H1.HeaderClassName
{
color: #88B2B7;
}
.AnyTagClassName
{
color: #88B2B7;
}
</style>
background-color css
<style>
a { background-color: #88B2B7; }
a { background-color: rgb(136,178,183); }
div.DivClassName
{
background-color: #88B2B7;
}
.BgClassName
{
background-color: #88B2B7;
}
</style>
border-color css
<style>
span { border-color: #88B2B7; }
span { border-color: rgb(136,178,183); }
td.TdClassName
{
border-color: #88B2B7;
}
.TagClassName
{
border-color: #88B2B7;
}
</style>