Shades of Opal #AACBBD
Tints of Opal #AACBBD
RGB
CMYK
RGB Variations
Color information
#AACBBD (or 0xAACBBD) is known color: Opal. HEX triplet: AA, CB and BD. RGB value is (170,203,189). Sum of RGB (Red+Green+Blue) = 170+203+189=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBBD is #553442. Grayscale: #BFBFBF. Windows color (decimal): -5583939 or 12438442. OLE color: 12438442.
HSL color Cylindrical-coordinate representation of color #AACBBD: hue angle of 154.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBBD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 189 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.20 |
| HSL | 154.55º | 0.24% | 0.73% | - |
| HSV(B) | 154.55º | 0.16% | 0.8% | - |
| XYZ | 47.12 | 54.93 | 56.26 | - |
| YUV | 191.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 189 | 0.16 | 0 | 0.07 | 0.20 | 154.55 | 0.24 | 0.73 |
| Hex | AA | CB | BD | 10 | 0 | 7 | 14 | 9B | 18 | 49 |
| Octal | 252 | 313 | 275 | 20 | 0 | 7 | 24 | 233 | 30 | 111 |
| Binary | 10101010 | 11001011 | 10111101 | 10000 | 0 | 111 | 10100 | 10011011 | 11000 | 1001001 |
Color Harmonies of #AACBBD
Complementary color
Monochromatic Colors of #AACBBD
Black with #AACBBD
Text Example
Text Example
White with #AACBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBBD; }
p { color: rgb(170,203,189); }
H1.HeaderClassName
{
color: #AACBBD;
}
.AnyTagClassName
{
color: #AACBBD;
}
</style>
background-color css
<style>
a { background-color: #AACBBD; }
a { background-color: rgb(170,203,189); }
div.DivClassName
{
background-color: #AACBBD;
}
.BgClassName
{
background-color: #AACBBD;
}
</style>
border-color css
<style>
span { border-color: #AACBBD; }
span { border-color: rgb(170,203,189); }
td.TdClassName
{
border-color: #AACBBD;
}
.TagClassName
{
border-color: #AACBBD;
}
</style>