Shades of Botticelli #88B2BA
Tints of Botticelli #88B2BA
RGB
CMYK
RGB Variations
Color information
#88B2BA (or 0x88B2BA) is known color: Botticelli. HEX triplet: 88, B2 and BA. RGB value is (136,178,186). Sum of RGB (Red+Green+Blue) = 136+178+186=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #88B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2BA is #774D45. Grayscale: #A6A6A6. Windows color (decimal): -7818566 or 12235400. OLE color: 12235400.
HSL color Cylindrical-coordinate representation of color #88B2BA: hue angle of 189.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88B2BA is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 178 | 186 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.27 |
| HSL | 189.6º | 0.27% | 0.63% | - |
| HSV(B) | 189.6º | 0.27% | 0.73% | - |
| XYZ | 34.94 | 40.62 | 52.45 | - |
| YUV | 166.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 186 | 0.27 | 0.04 | 0 | 0.27 | 189.6 | 0.27 | 0.63 |
| Hex | 88 | B2 | BA | 1B | 4 | 0 | 1B | BE | 1B | 3F |
| Octal | 210 | 262 | 272 | 33 | 4 | 0 | 33 | 276 | 33 | 77 |
| Binary | 10001000 | 10110010 | 10111010 | 11011 | 100 | 0 | 11011 | 10111110 | 11011 | 111111 |
Color Harmonies of #88B2BA
Complementary color
Monochromatic Colors of #88B2BA
Black with #88B2BA
Text Example
Text Example
White with #88B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2BA; }
p { color: rgb(136,178,186); }
H1.HeaderClassName
{
color: #88B2BA;
}
.AnyTagClassName
{
color: #88B2BA;
}
</style>
background-color css
<style>
a { background-color: #88B2BA; }
a { background-color: rgb(136,178,186); }
div.DivClassName
{
background-color: #88B2BA;
}
.BgClassName
{
background-color: #88B2BA;
}
</style>
border-color css
<style>
span { border-color: #88B2BA; }
span { border-color: rgb(136,178,186); }
td.TdClassName
{
border-color: #88B2BA;
}
.TagClassName
{
border-color: #88B2BA;
}
</style>