Shades of Opal #A6BDBB
Tints of Opal #A6BDBB
RGB
CMYK
RGB Variations
Color information
#A6BDBB (or 0xA6BDBB) is known color: Opal. HEX triplet: A6, BD and BB. RGB value is (166,189,187). Sum of RGB (Red+Green+Blue) = 166+189+187=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDBB is #594244. Grayscale: #B5B5B5. Windows color (decimal): -5849669 or 12303782. OLE color: 12303782.
HSL color Cylindrical-coordinate representation of color #A6BDBB: hue angle of 174.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BDBB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 187 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.26 |
| HSL | 174.78º | 0.15% | 0.7% | - |
| HSV(B) | 174.78º | 0.12% | 0.74% | - |
| XYZ | 42.89 | 48.09 | 54.04 | - |
| YUV | 181.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 187 | 0.12 | 0 | 0.01 | 0.26 | 174.78 | 0.15 | 0.7 |
| Hex | A6 | BD | BB | C | 0 | 1 | 1A | AF | F | 46 |
| Octal | 246 | 275 | 273 | 14 | 0 | 1 | 32 | 257 | 17 | 106 |
| Binary | 10100110 | 10111101 | 10111011 | 1100 | 0 | 1 | 11010 | 10101111 | 1111 | 1000110 |
Color Harmonies of #A6BDBB
Complementary color
Monochromatic Colors of #A6BDBB
Black with #A6BDBB
Text Example
Text Example
White with #A6BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDBB; }
p { color: rgb(166,189,187); }
H1.HeaderClassName
{
color: #A6BDBB;
}
.AnyTagClassName
{
color: #A6BDBB;
}
</style>
background-color css
<style>
a { background-color: #A6BDBB; }
a { background-color: rgb(166,189,187); }
div.DivClassName
{
background-color: #A6BDBB;
}
.BgClassName
{
background-color: #A6BDBB;
}
</style>
border-color css
<style>
span { border-color: #A6BDBB; }
span { border-color: rgb(166,189,187); }
td.TdClassName
{
border-color: #A6BDBB;
}
.TagClassName
{
border-color: #A6BDBB;
}
</style>