Shades of Cascade #8BADA0
Tints of Cascade #8BADA0
RGB
CMYK
RGB Variations
Color information
#8BADA0 (or 0x8BADA0) is known color: Cascade. HEX triplet: 8B, AD and A0. RGB value is (139,173,160). Sum of RGB (Red+Green+Blue) = 139+173+160=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #8BADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADA0 is #74525F. Grayscale: #A1A1A1. Windows color (decimal): -7623264 or 10530187. OLE color: 10530187.
HSL color Cylindrical-coordinate representation of color #8BADA0: hue angle of 157.06º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BADA0 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 160 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.32 |
| HSL | 157.06º | 0.17% | 0.61% | - |
| HSV(B) | 157.06º | 0.2% | 0.68% | - |
| XYZ | 31.94 | 37.91 | 38.89 | - |
| YUV | 161.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 160 | 0.20 | 0 | 0.08 | 0.32 | 157.06 | 0.17 | 0.61 |
| Hex | 8B | AD | A0 | 14 | 0 | 8 | 20 | 9D | 11 | 3D |
| Octal | 213 | 255 | 240 | 24 | 0 | 10 | 40 | 235 | 21 | 75 |
| Binary | 10001011 | 10101101 | 10100000 | 10100 | 0 | 1000 | 100000 | 10011101 | 10001 | 111101 |
Color Harmonies of #8BADA0
Complementary color
Monochromatic Colors of #8BADA0
Black with #8BADA0
Text Example
Text Example
White with #8BADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADA0; }
p { color: rgb(139,173,160); }
H1.HeaderClassName
{
color: #8BADA0;
}
.AnyTagClassName
{
color: #8BADA0;
}
</style>
background-color css
<style>
a { background-color: #8BADA0; }
a { background-color: rgb(139,173,160); }
div.DivClassName
{
background-color: #8BADA0;
}
.BgClassName
{
background-color: #8BADA0;
}
</style>
border-color css
<style>
span { border-color: #8BADA0; }
span { border-color: rgb(139,173,160); }
td.TdClassName
{
border-color: #8BADA0;
}
.TagClassName
{
border-color: #8BADA0;
}
</style>