Shades of Ziggurat #88B4B2
Tints of Ziggurat #88B4B2
RGB
CMYK
RGB Variations
Color information
#88B4B2 (or 0x88B4B2) is known color: Ziggurat. HEX triplet: 88, B4 and B2. RGB value is (136,180,178). Sum of RGB (Red+Green+Blue) = 136+180+178=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4B2 is #774B4D. Grayscale: #A6A6A6. Windows color (decimal): -7818062 or 11711624. OLE color: 11711624.
HSL color Cylindrical-coordinate representation of color #88B4B2: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B4B2 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 178 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.29 |
| HSL | 177.27º | 0.23% | 0.62% | - |
| HSV(B) | 177.27º | 0.24% | 0.71% | - |
| XYZ | 34.51 | 41.09 | 48.23 | - |
| YUV | 166.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 178 | 0.24 | 0 | 0.01 | 0.29 | 177.27 | 0.23 | 0.62 |
| Hex | 88 | B4 | B2 | 18 | 0 | 1 | 1D | B1 | 17 | 3E |
| Octal | 210 | 264 | 262 | 30 | 0 | 1 | 35 | 261 | 27 | 76 |
| Binary | 10001000 | 10110100 | 10110010 | 11000 | 0 | 1 | 11101 | 10110001 | 10111 | 111110 |
Color Harmonies of #88B4B2
Complementary color
Monochromatic Colors of #88B4B2
Black with #88B4B2
Text Example
Text Example
White with #88B4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4B2; }
p { color: rgb(136,180,178); }
H1.HeaderClassName
{
color: #88B4B2;
}
.AnyTagClassName
{
color: #88B4B2;
}
</style>
background-color css
<style>
a { background-color: #88B4B2; }
a { background-color: rgb(136,180,178); }
div.DivClassName
{
background-color: #88B4B2;
}
.BgClassName
{
background-color: #88B4B2;
}
</style>
border-color css
<style>
span { border-color: #88B4B2; }
span { border-color: rgb(136,180,178); }
td.TdClassName
{
border-color: #88B4B2;
}
.TagClassName
{
border-color: #88B4B2;
}
</style>