Shades of Opal #9ECEBD
Tints of Opal #9ECEBD
RGB
CMYK
RGB Variations
Color information
#9ECEBD (or 0x9ECEBD) is known color: Opal. HEX triplet: 9E, CE and BD. RGB value is (158,206,189). Sum of RGB (Red+Green+Blue) = 158+206+189=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEBD is #613142. Grayscale: #BDBDBD. Windows color (decimal): -6369603 or 12439198. OLE color: 12439198.
HSL color Cylindrical-coordinate representation of color #9ECEBD: hue angle of 158.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEBD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 189 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.19 |
| HSL | 158.75º | 0.33% | 0.71% | - |
| HSV(B) | 158.75º | 0.23% | 0.81% | - |
| XYZ | 45.36 | 55.09 | 56.39 | - |
| YUV | 189.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 189 | 0.23 | 0 | 0.08 | 0.19 | 158.75 | 0.33 | 0.71 |
| Hex | 9E | CE | BD | 17 | 0 | 8 | 13 | 9F | 21 | 47 |
| Octal | 236 | 316 | 275 | 27 | 0 | 10 | 23 | 237 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10111101 | 10111 | 0 | 1000 | 10011 | 10011111 | 100001 | 1000111 |
Color Harmonies of #9ECEBD
Complementary color
Monochromatic Colors of #9ECEBD
Black with #9ECEBD
Text Example
Text Example
White with #9ECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEBD; }
p { color: rgb(158,206,189); }
H1.HeaderClassName
{
color: #9ECEBD;
}
.AnyTagClassName
{
color: #9ECEBD;
}
</style>
background-color css
<style>
a { background-color: #9ECEBD; }
a { background-color: rgb(158,206,189); }
div.DivClassName
{
background-color: #9ECEBD;
}
.BgClassName
{
background-color: #9ECEBD;
}
</style>
border-color css
<style>
span { border-color: #9ECEBD; }
span { border-color: rgb(158,206,189); }
td.TdClassName
{
border-color: #9ECEBD;
}
.TagClassName
{
border-color: #9ECEBD;
}
</style>