Shades of Botticelli #88B3BD
Tints of Botticelli #88B3BD
RGB
CMYK
RGB Variations
Color information
#88B3BD (or 0x88B3BD) is known color: Botticelli. HEX triplet: 88, B3 and BD. RGB value is (136,179,189). Sum of RGB (Red+Green+Blue) = 136+179+189=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3BD is #774C42. Grayscale: #A7A7A7. Windows color (decimal): -7818307 or 12432264. OLE color: 12432264.
HSL color Cylindrical-coordinate representation of color #88B3BD: hue angle of 191.32º degrees, saturation: 0.29, 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 #88B3BD is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 179 | 189 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.26 |
| HSL | 191.32º | 0.29% | 0.64% | - |
| HSV(B) | 191.32º | 0.28% | 0.74% | - |
| XYZ | 35.46 | 41.15 | 54.22 | - |
| YUV | 167.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 189 | 0.28 | 0.05 | 0 | 0.26 | 191.32 | 0.29 | 0.64 |
| Hex | 88 | B3 | BD | 1C | 5 | 0 | 1A | BF | 1D | 40 |
| Octal | 210 | 263 | 275 | 34 | 5 | 0 | 32 | 277 | 35 | 100 |
| Binary | 10001000 | 10110011 | 10111101 | 11100 | 101 | 0 | 11010 | 10111111 | 11101 | 1000000 |
Color Harmonies of #88B3BD
Complementary color
Monochromatic Colors of #88B3BD
Black with #88B3BD
Text Example
Text Example
White with #88B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B3BD; }
p { color: rgb(136,179,189); }
H1.HeaderClassName
{
color: #88B3BD;
}
.AnyTagClassName
{
color: #88B3BD;
}
</style>
background-color css
<style>
a { background-color: #88B3BD; }
a { background-color: rgb(136,179,189); }
div.DivClassName
{
background-color: #88B3BD;
}
.BgClassName
{
background-color: #88B3BD;
}
</style>
border-color css
<style>
span { border-color: #88B3BD; }
span { border-color: rgb(136,179,189); }
td.TdClassName
{
border-color: #88B3BD;
}
.TagClassName
{
border-color: #88B3BD;
}
</style>