Shades of Botticelli #88B2BC
Tints of Botticelli #88B2BC
RGB
CMYK
RGB Variations
Color information
#88B2BC (or 0x88B2BC) is known color: Botticelli. HEX triplet: 88, B2 and BC. RGB value is (136,178,188). Sum of RGB (Red+Green+Blue) = 136+178+188=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #88B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2BC is #774D43. Grayscale: #A6A6A6. Windows color (decimal): -7818564 or 12366472. OLE color: 12366472.
HSL color Cylindrical-coordinate representation of color #88B2BC: hue angle of 191.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88B2BC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 178 | 188 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.26 |
| HSL | 191.54º | 0.28% | 0.64% | - |
| HSV(B) | 191.54º | 0.28% | 0.74% | - |
| XYZ | 35.15 | 40.71 | 53.58 | - |
| YUV | 166.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 188 | 0.28 | 0.05 | 0 | 0.26 | 191.54 | 0.28 | 0.64 |
| Hex | 88 | B2 | BC | 1C | 5 | 0 | 1A | C0 | 1C | 40 |
| Octal | 210 | 262 | 274 | 34 | 5 | 0 | 32 | 300 | 34 | 100 |
| Binary | 10001000 | 10110010 | 10111100 | 11100 | 101 | 0 | 11010 | 11000000 | 11100 | 1000000 |
Color Harmonies of #88B2BC
Complementary color
Monochromatic Colors of #88B2BC
Black with #88B2BC
Text Example
Text Example
White with #88B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2BC; }
p { color: rgb(136,178,188); }
H1.HeaderClassName
{
color: #88B2BC;
}
.AnyTagClassName
{
color: #88B2BC;
}
</style>
background-color css
<style>
a { background-color: #88B2BC; }
a { background-color: rgb(136,178,188); }
div.DivClassName
{
background-color: #88B2BC;
}
.BgClassName
{
background-color: #88B2BC;
}
</style>
border-color css
<style>
span { border-color: #88B2BC; }
span { border-color: rgb(136,178,188); }
td.TdClassName
{
border-color: #88B2BC;
}
.TagClassName
{
border-color: #88B2BC;
}
</style>