Shades of Opal #ABBDB8
Tints of Opal #ABBDB8
RGB
CMYK
RGB Variations
Color information
#ABBDB8 (or 0xABBDB8) is known color: Opal. HEX triplet: AB, BD and B8. RGB value is (171,189,184). Sum of RGB (Red+Green+Blue) = 171+189+184=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB8 is #544247. Grayscale: #B7B7B7. Windows color (decimal): -5521992 or 12107179. OLE color: 12107179.
HSL color Cylindrical-coordinate representation of color #ABBDB8: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDB8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 184 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.26 |
| HSL | 163.33º | 0.12% | 0.71% | - |
| HSV(B) | 163.33º | 0.1% | 0.74% | - |
| XYZ | 43.64 | 48.51 | 52.41 | - |
| YUV | 183.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 184 | 0.10 | 0 | 0.03 | 0.26 | 163.33 | 0.12 | 0.71 |
| Hex | AB | BD | B8 | A | 0 | 3 | 1A | A3 | C | 47 |
| Octal | 253 | 275 | 270 | 12 | 0 | 3 | 32 | 243 | 14 | 107 |
| Binary | 10101011 | 10111101 | 10111000 | 1010 | 0 | 11 | 11010 | 10100011 | 1100 | 1000111 |
Color Harmonies of #ABBDB8
Complementary color
Monochromatic Colors of #ABBDB8
Black with #ABBDB8
Text Example
Text Example
White with #ABBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDB8; }
p { color: rgb(171,189,184); }
H1.HeaderClassName
{
color: #ABBDB8;
}
.AnyTagClassName
{
color: #ABBDB8;
}
</style>
background-color css
<style>
a { background-color: #ABBDB8; }
a { background-color: rgb(171,189,184); }
div.DivClassName
{
background-color: #ABBDB8;
}
.BgClassName
{
background-color: #ABBDB8;
}
</style>
border-color css
<style>
span { border-color: #ABBDB8; }
span { border-color: rgb(171,189,184); }
td.TdClassName
{
border-color: #ABBDB8;
}
.TagClassName
{
border-color: #ABBDB8;
}
</style>