Shades of Opal #A8CEBD
Tints of Opal #A8CEBD
RGB
CMYK
RGB Variations
Color information
#A8CEBD (or 0xA8CEBD) is known color: Opal. HEX triplet: A8, CE and BD. RGB value is (168,206,189). Sum of RGB (Red+Green+Blue) = 168+206+189=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEBD is #573142. Grayscale: #C0C0C0. Windows color (decimal): -5714243 or 12439208. OLE color: 12439208.
HSL color Cylindrical-coordinate representation of color #A8CEBD: hue angle of 153.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEBD is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 189 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.19 |
| HSL | 153.16º | 0.28% | 0.73% | - |
| HSV(B) | 153.16º | 0.18% | 0.81% | - |
| XYZ | 47.41 | 56.14 | 56.48 | - |
| YUV | 192.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 189 | 0.18 | 0 | 0.08 | 0.19 | 153.16 | 0.28 | 0.73 |
| Hex | A8 | CE | BD | 12 | 0 | 8 | 13 | 99 | 1C | 49 |
| Octal | 250 | 316 | 275 | 22 | 0 | 10 | 23 | 231 | 34 | 111 |
| Binary | 10101000 | 11001110 | 10111101 | 10010 | 0 | 1000 | 10011 | 10011001 | 11100 | 1001001 |
Color Harmonies of #A8CEBD
Complementary color
Monochromatic Colors of #A8CEBD
Black with #A8CEBD
Text Example
Text Example
White with #A8CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEBD; }
p { color: rgb(168,206,189); }
H1.HeaderClassName
{
color: #A8CEBD;
}
.AnyTagClassName
{
color: #A8CEBD;
}
</style>
background-color css
<style>
a { background-color: #A8CEBD; }
a { background-color: rgb(168,206,189); }
div.DivClassName
{
background-color: #A8CEBD;
}
.BgClassName
{
background-color: #A8CEBD;
}
</style>
border-color css
<style>
span { border-color: #A8CEBD; }
span { border-color: rgb(168,206,189); }
td.TdClassName
{
border-color: #A8CEBD;
}
.TagClassName
{
border-color: #A8CEBD;
}
</style>