Shades of Cascade #88A69D
Tints of Cascade #88A69D
RGB
CMYK
RGB Variations
Color information
#88A69D (or 0x88A69D) is known color: Cascade. HEX triplet: 88, A6 and 9D. RGB value is (136,166,157). Sum of RGB (Red+Green+Blue) = 136+166+157=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #88A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A69D is #775962. Grayscale: #9C9C9C. Windows color (decimal): -7821667 or 10331784. OLE color: 10331784.
HSL color Cylindrical-coordinate representation of color #88A69D: hue angle of 162º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A69D is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 166 | 157 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.35 |
| HSL | 162º | 0.14% | 0.59% | - |
| HSV(B) | 162º | 0.18% | 0.65% | - |
| XYZ | 29.88 | 34.94 | 37.07 | - |
| YUV | 156 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 157 | 0.18 | 0 | 0.05 | 0.35 | 162 | 0.14 | 0.59 |
| Hex | 88 | A6 | 9D | 12 | 0 | 5 | 23 | A2 | E | 3B |
| Octal | 210 | 246 | 235 | 22 | 0 | 5 | 43 | 242 | 16 | 73 |
| Binary | 10001000 | 10100110 | 10011101 | 10010 | 0 | 101 | 100011 | 10100010 | 1110 | 111011 |
Color Harmonies of #88A69D
Complementary color
Monochromatic Colors of #88A69D
Black with #88A69D
Text Example
Text Example
White with #88A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A69D; }
p { color: rgb(136,166,157); }
H1.HeaderClassName
{
color: #88A69D;
}
.AnyTagClassName
{
color: #88A69D;
}
</style>
background-color css
<style>
a { background-color: #88A69D; }
a { background-color: rgb(136,166,157); }
div.DivClassName
{
background-color: #88A69D;
}
.BgClassName
{
background-color: #88A69D;
}
</style>
border-color css
<style>
span { border-color: #88A69D; }
span { border-color: rgb(136,166,157); }
td.TdClassName
{
border-color: #88A69D;
}
.TagClassName
{
border-color: #88A69D;
}
</style>