Shades of Opal #ABBAB7
Tints of Opal #ABBAB7
RGB
CMYK
RGB Variations
Color information
#ABBAB7 (or 0xABBAB7) is known color: Opal. HEX triplet: AB, BA and B7. RGB value is (171,186,183). Sum of RGB (Red+Green+Blue) = 171+186+183=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAB7 is #544548. Grayscale: #B5B5B5. Windows color (decimal): -5522761 or 12040875. OLE color: 12040875.
HSL color Cylindrical-coordinate representation of color #ABBAB7: hue angle of 168º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABBAB7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 171 | 186 | 183 | - |
CMYK | 0.08 | 0 | 0.02 | 0.27 |
HSL | 168º | 0.1% | 0.7% | - |
HSV(B) | 168º | 0.08% | 0.73% | - |
XYZ | 42.9 | 47.19 | 51.65 | - |
YUV | 181.17 | 129.03 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 186 | 183 | 0.08 | 0 | 0.02 | 0.27 | 168 | 0.1 | 0.7 |
Hex | AB | BA | B7 | 8 | 0 | 2 | 1B | A8 | A | 46 |
Octal | 253 | 272 | 267 | 10 | 0 | 2 | 33 | 250 | 12 | 106 |
Binary | 10101011 | 10111010 | 10110111 | 1000 | 0 | 10 | 11011 | 10101000 | 1010 | 1000110 |
Color Harmonies of #ABBAB7
Complementary color
Monochromatic Colors of #ABBAB7
Black with #ABBAB7
Text Example
Text Example
White with #ABBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAB7; }
p { color: rgb(171,186,183); }
H1.HeaderClassName
{
color: #ABBAB7;
}
.AnyTagClassName
{
color: #ABBAB7;
}
</style>
background-color css
<style>
a { background-color: #ABBAB7; }
a { background-color: rgb(171,186,183); }
div.DivClassName
{
background-color: #ABBAB7;
}
.BgClassName
{
background-color: #ABBAB7;
}
</style>
border-color css
<style>
span { border-color: #ABBAB7; }
span { border-color: rgb(171,186,183); }
td.TdClassName
{
border-color: #ABBAB7;
}
.TagClassName
{
border-color: #ABBAB7;
}
</style>