Shades of Opal #AEBDBA
Tints of Opal #AEBDBA
RGB
CMYK
RGB Variations
Color information
#AEBDBA (or 0xAEBDBA) is known color: Opal. HEX triplet: AE, BD and BA. RGB value is (174,189,186). Sum of RGB (Red+Green+Blue) = 174+189+186=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBA is #514245. Grayscale: #B8B8B8. Windows color (decimal): -5325382 or 12238254. OLE color: 12238254.
HSL color Cylindrical-coordinate representation of color #AEBDBA: hue angle of 168º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDBA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 186 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.26 |
| HSL | 168º | 0.1% | 0.71% | - |
| HSV(B) | 168º | 0.08% | 0.74% | - |
| XYZ | 44.52 | 48.94 | 53.55 | - |
| YUV | 184.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 186 | 0.08 | 0 | 0.02 | 0.26 | 168 | 0.1 | 0.71 |
| Hex | AE | BD | BA | 8 | 0 | 2 | 1A | A8 | A | 47 |
| Octal | 256 | 275 | 272 | 10 | 0 | 2 | 32 | 250 | 12 | 107 |
| Binary | 10101110 | 10111101 | 10111010 | 1000 | 0 | 10 | 11010 | 10101000 | 1010 | 1000111 |
Color Harmonies of #AEBDBA
Complementary color
Monochromatic Colors of #AEBDBA
Black with #AEBDBA
Text Example
Text Example
White with #AEBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDBA; }
p { color: rgb(174,189,186); }
H1.HeaderClassName
{
color: #AEBDBA;
}
.AnyTagClassName
{
color: #AEBDBA;
}
</style>
background-color css
<style>
a { background-color: #AEBDBA; }
a { background-color: rgb(174,189,186); }
div.DivClassName
{
background-color: #AEBDBA;
}
.BgClassName
{
background-color: #AEBDBA;
}
</style>
border-color css
<style>
span { border-color: #AEBDBA; }
span { border-color: rgb(174,189,186); }
td.TdClassName
{
border-color: #AEBDBA;
}
.TagClassName
{
border-color: #AEBDBA;
}
</style>