Shades of Opal #A7CEBC
Tints of Opal #A7CEBC
RGB
CMYK
RGB Variations
Color information
#A7CEBC (or 0xA7CEBC) is known color: Opal. HEX triplet: A7, CE and BC. RGB value is (167,206,188). Sum of RGB (Red+Green+Blue) = 167+206+188=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEBC is #583143. Grayscale: #C0C0C0. Windows color (decimal): -5779780 or 12373671. OLE color: 12373671.
HSL color Cylindrical-coordinate representation of color #A7CEBC: hue angle of 152.31º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEBC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 188 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.19 |
| HSL | 152.31º | 0.28% | 0.73% | - |
| HSV(B) | 152.31º | 0.19% | 0.81% | - |
| XYZ | 47.08 | 55.99 | 55.9 | - |
| YUV | 192.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 188 | 0.19 | 0 | 0.09 | 0.19 | 152.31 | 0.28 | 0.73 |
| Hex | A7 | CE | BC | 13 | 0 | 9 | 13 | 98 | 1C | 49 |
| Octal | 247 | 316 | 274 | 23 | 0 | 11 | 23 | 230 | 34 | 111 |
| Binary | 10100111 | 11001110 | 10111100 | 10011 | 0 | 1001 | 10011 | 10011000 | 11100 | 1001001 |
Color Harmonies of #A7CEBC
Complementary color
Monochromatic Colors of #A7CEBC
Black with #A7CEBC
Text Example
Text Example
White with #A7CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEBC; }
p { color: rgb(167,206,188); }
H1.HeaderClassName
{
color: #A7CEBC;
}
.AnyTagClassName
{
color: #A7CEBC;
}
</style>
background-color css
<style>
a { background-color: #A7CEBC; }
a { background-color: rgb(167,206,188); }
div.DivClassName
{
background-color: #A7CEBC;
}
.BgClassName
{
background-color: #A7CEBC;
}
</style>
border-color css
<style>
span { border-color: #A7CEBC; }
span { border-color: rgb(167,206,188); }
td.TdClassName
{
border-color: #A7CEBC;
}
.TagClassName
{
border-color: #A7CEBC;
}
</style>