Shades of Opal #A3CEBD
Tints of Opal #A3CEBD
RGB
CMYK
RGB Variations
Color information
#A3CEBD (or 0xA3CEBD) is known color: Opal. HEX triplet: A3, CE and BD. RGB value is (163,206,189). Sum of RGB (Red+Green+Blue) = 163+206+189=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEBD is #5C3142. Grayscale: #BFBFBF. Windows color (decimal): -6041923 or 12439203. OLE color: 12439203.
HSL color Cylindrical-coordinate representation of color #A3CEBD: hue angle of 156.28º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEBD is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 189 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.19 |
| HSL | 156.28º | 0.3% | 0.72% | - |
| HSV(B) | 156.28º | 0.21% | 0.81% | - |
| XYZ | 46.36 | 55.6 | 56.43 | - |
| YUV | 191.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 189 | 0.21 | 0 | 0.08 | 0.19 | 156.28 | 0.3 | 0.72 |
| Hex | A3 | CE | BD | 15 | 0 | 8 | 13 | 9C | 1E | 48 |
| Octal | 243 | 316 | 275 | 25 | 0 | 10 | 23 | 234 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10111101 | 10101 | 0 | 1000 | 10011 | 10011100 | 11110 | 1001000 |
Color Harmonies of #A3CEBD
Complementary color
Monochromatic Colors of #A3CEBD
Black with #A3CEBD
Text Example
Text Example
White with #A3CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEBD; }
p { color: rgb(163,206,189); }
H1.HeaderClassName
{
color: #A3CEBD;
}
.AnyTagClassName
{
color: #A3CEBD;
}
</style>
background-color css
<style>
a { background-color: #A3CEBD; }
a { background-color: rgb(163,206,189); }
div.DivClassName
{
background-color: #A3CEBD;
}
.BgClassName
{
background-color: #A3CEBD;
}
</style>
border-color css
<style>
span { border-color: #A3CEBD; }
span { border-color: rgb(163,206,189); }
td.TdClassName
{
border-color: #A3CEBD;
}
.TagClassName
{
border-color: #A3CEBD;
}
</style>