Shades of Opal #AEBFBA
Tints of Opal #AEBFBA
RGB
CMYK
RGB Variations
Color information
#AEBFBA (or 0xAEBFBA) is known color: Opal. HEX triplet: AE, BF and BA. RGB value is (174,191,186). Sum of RGB (Red+Green+Blue) = 174+191+186=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFBA is #514045. Grayscale: #B9B9B9. Windows color (decimal): -5324870 or 12238766. OLE color: 12238766.
HSL color Cylindrical-coordinate representation of color #AEBFBA: hue angle of 162.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBFBA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 191 | 186 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.25 |
| HSL | 162.35º | 0.12% | 0.72% | - |
| HSV(B) | 162.35º | 0.09% | 0.75% | - |
| XYZ | 44.95 | 49.81 | 53.7 | - |
| YUV | 185.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 186 | 0.09 | 0 | 0.03 | 0.25 | 162.35 | 0.12 | 0.72 |
| Hex | AE | BF | BA | 9 | 0 | 3 | 19 | A2 | C | 48 |
| Octal | 256 | 277 | 272 | 11 | 0 | 3 | 31 | 242 | 14 | 110 |
| Binary | 10101110 | 10111111 | 10111010 | 1001 | 0 | 11 | 11001 | 10100010 | 1100 | 1001000 |
Color Harmonies of #AEBFBA
Complementary color
Monochromatic Colors of #AEBFBA
Black with #AEBFBA
Text Example
Text Example
White with #AEBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFBA; }
p { color: rgb(174,191,186); }
H1.HeaderClassName
{
color: #AEBFBA;
}
.AnyTagClassName
{
color: #AEBFBA;
}
</style>
background-color css
<style>
a { background-color: #AEBFBA; }
a { background-color: rgb(174,191,186); }
div.DivClassName
{
background-color: #AEBFBA;
}
.BgClassName
{
background-color: #AEBFBA;
}
</style>
border-color css
<style>
span { border-color: #AEBFBA; }
span { border-color: rgb(174,191,186); }
td.TdClassName
{
border-color: #AEBFBA;
}
.TagClassName
{
border-color: #AEBFBA;
}
</style>