Shades of Opal #A3CEBC
Tints of Opal #A3CEBC
RGB
CMYK
RGB Variations
Color information
#A3CEBC (or 0xA3CEBC) is known color: Opal. HEX triplet: A3, CE and BC. RGB value is (163,206,188). Sum of RGB (Red+Green+Blue) = 163+206+188=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEBC is #5C3143. Grayscale: #BFBFBF. Windows color (decimal): -6041924 or 12373667. OLE color: 12373667.
HSL color Cylindrical-coordinate representation of color #A3CEBC: hue angle of 154.88º 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 #A3CEBC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 188 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.19 |
| HSL | 154.88º | 0.3% | 0.72% | - |
| HSV(B) | 154.88º | 0.21% | 0.81% | - |
| XYZ | 46.25 | 55.56 | 55.86 | - |
| YUV | 191.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 188 | 0.21 | 0 | 0.09 | 0.19 | 154.88 | 0.3 | 0.72 |
| Hex | A3 | CE | BC | 15 | 0 | 9 | 13 | 9B | 1E | 48 |
| Octal | 243 | 316 | 274 | 25 | 0 | 11 | 23 | 233 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10111100 | 10101 | 0 | 1001 | 10011 | 10011011 | 11110 | 1001000 |
Color Harmonies of #A3CEBC
Complementary color
Monochromatic Colors of #A3CEBC
Black with #A3CEBC
Text Example
Text Example
White with #A3CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEBC; }
p { color: rgb(163,206,188); }
H1.HeaderClassName
{
color: #A3CEBC;
}
.AnyTagClassName
{
color: #A3CEBC;
}
</style>
background-color css
<style>
a { background-color: #A3CEBC; }
a { background-color: rgb(163,206,188); }
div.DivClassName
{
background-color: #A3CEBC;
}
.BgClassName
{
background-color: #A3CEBC;
}
</style>
border-color css
<style>
span { border-color: #A3CEBC; }
span { border-color: rgb(163,206,188); }
td.TdClassName
{
border-color: #A3CEBC;
}
.TagClassName
{
border-color: #A3CEBC;
}
</style>