Shades of Botticelli #88B3B8
Tints of Botticelli #88B3B8
RGB
CMYK
RGB Variations
Color information
#88B3B8 (or 0x88B3B8) is known color: Botticelli. HEX triplet: 88, B3 and B8. RGB value is (136,179,184). Sum of RGB (Red+Green+Blue) = 136+179+184=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 184 - color contains mainly: blue. Hex color #88B3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3B8 is #774C47. Grayscale: #A6A6A6. Windows color (decimal): -7818312 or 12104584. OLE color: 12104584.
HSL color Cylindrical-coordinate representation of color #88B3B8: hue angle of 186.25º 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 #88B3B8 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 179 | 184 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.28 |
| HSL | 186.25º | 0.25% | 0.63% | - |
| HSV(B) | 186.25º | 0.26% | 0.72% | - |
| XYZ | 34.93 | 40.94 | 51.41 | - |
| YUV | 166.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 184 | 0.26 | 0.03 | 0 | 0.28 | 186.25 | 0.25 | 0.63 |
| Hex | 88 | B3 | B8 | 1A | 3 | 0 | 1C | BA | 19 | 3F |
| Octal | 210 | 263 | 270 | 32 | 3 | 0 | 34 | 272 | 31 | 77 |
| Binary | 10001000 | 10110011 | 10111000 | 11010 | 11 | 0 | 11100 | 10111010 | 11001 | 111111 |
Color Harmonies of #88B3B8
Complementary color
Monochromatic Colors of #88B3B8
Black with #88B3B8
Text Example
Text Example
White with #88B3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B3B8; }
p { color: rgb(136,179,184); }
H1.HeaderClassName
{
color: #88B3B8;
}
.AnyTagClassName
{
color: #88B3B8;
}
</style>
background-color css
<style>
a { background-color: #88B3B8; }
a { background-color: rgb(136,179,184); }
div.DivClassName
{
background-color: #88B3B8;
}
.BgClassName
{
background-color: #88B3B8;
}
</style>
border-color css
<style>
span { border-color: #88B3B8; }
span { border-color: rgb(136,179,184); }
td.TdClassName
{
border-color: #88B3B8;
}
.TagClassName
{
border-color: #88B3B8;
}
</style>