Shades of Opal #ABCAC2
Tints of Opal #ABCAC2
RGB
CMYK
RGB Variations
Color information
#ABCAC2 (or 0xABCAC2) is known color: Opal. HEX triplet: AB, CA and C2. RGB value is (171,202,194). Sum of RGB (Red+Green+Blue) = 171+202+194=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC2 is #54353D. Grayscale: #BFBFBF. Windows color (decimal): -5518654 or 12765867. OLE color: 12765867.
HSL color Cylindrical-coordinate representation of color #ABCAC2: hue angle of 164.52º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAC2 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 171 | 202 | 194 | - |
CMYK | 0.15 | 0 | 0.04 | 0.21 |
HSL | 164.52º | 0.23% | 0.73% | - |
HSV(B) | 164.52º | 0.15% | 0.79% | - |
XYZ | 47.65 | 54.79 | 59.1 | - |
YUV | 191.82 | 129.23 | 113.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 202 | 194 | 0.15 | 0 | 0.04 | 0.21 | 164.52 | 0.23 | 0.73 |
Hex | AB | CA | C2 | F | 0 | 4 | 15 | A5 | 17 | 49 |
Octal | 253 | 312 | 302 | 17 | 0 | 4 | 25 | 245 | 27 | 111 |
Binary | 10101011 | 11001010 | 11000010 | 1111 | 0 | 100 | 10101 | 10100101 | 10111 | 1001001 |
Color Harmonies of #ABCAC2
Complementary color
Monochromatic Colors of #ABCAC2
Black with #ABCAC2
Text Example
Text Example
White with #ABCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAC2; }
p { color: rgb(171,202,194); }
H1.HeaderClassName
{
color: #ABCAC2;
}
.AnyTagClassName
{
color: #ABCAC2;
}
</style>
background-color css
<style>
a { background-color: #ABCAC2; }
a { background-color: rgb(171,202,194); }
div.DivClassName
{
background-color: #ABCAC2;
}
.BgClassName
{
background-color: #ABCAC2;
}
</style>
border-color css
<style>
span { border-color: #ABCAC2; }
span { border-color: rgb(171,202,194); }
td.TdClassName
{
border-color: #ABCAC2;
}
.TagClassName
{
border-color: #ABCAC2;
}
</style>