Shades of Opal #A4CBC2
Tints of Opal #A4CBC2
RGB
CMYK
RGB Variations
Color information
#A4CBC2 (or 0xA4CBC2) is known color: Opal. HEX triplet: A4, CB and C2. RGB value is (164,203,194). Sum of RGB (Red+Green+Blue) = 164+203+194=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBC2 is #5B343D. Grayscale: #BEBEBE. Windows color (decimal): -5977150 or 12766116. OLE color: 12766116.
HSL color Cylindrical-coordinate representation of color #A4CBC2: hue angle of 166.15º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CBC2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 194 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.20 |
| HSL | 166.15º | 0.27% | 0.72% | - |
| HSV(B) | 166.15º | 0.19% | 0.8% | - |
| XYZ | 46.4 | 54.5 | 59.11 | - |
| YUV | 190.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 194 | 0.19 | 0 | 0.04 | 0.20 | 166.15 | 0.27 | 0.72 |
| Hex | A4 | CB | C2 | 13 | 0 | 4 | 14 | A6 | 1B | 48 |
| Octal | 244 | 313 | 302 | 23 | 0 | 4 | 24 | 246 | 33 | 110 |
| Binary | 10100100 | 11001011 | 11000010 | 10011 | 0 | 100 | 10100 | 10100110 | 11011 | 1001000 |
Color Harmonies of #A4CBC2
Complementary color
Monochromatic Colors of #A4CBC2
Black with #A4CBC2
Text Example
Text Example
White with #A4CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBC2; }
p { color: rgb(164,203,194); }
H1.HeaderClassName
{
color: #A4CBC2;
}
.AnyTagClassName
{
color: #A4CBC2;
}
</style>
background-color css
<style>
a { background-color: #A4CBC2; }
a { background-color: rgb(164,203,194); }
div.DivClassName
{
background-color: #A4CBC2;
}
.BgClassName
{
background-color: #A4CBC2;
}
</style>
border-color css
<style>
span { border-color: #A4CBC2; }
span { border-color: rgb(164,203,194); }
td.TdClassName
{
border-color: #A4CBC2;
}
.TagClassName
{
border-color: #A4CBC2;
}
</style>