Shades of Opal #A6C5BD
Tints of Opal #A6C5BD
RGB
CMYK
RGB Variations
Color information
#A6C5BD (or 0xA6C5BD) is known color: Opal. HEX triplet: A6, C5 and BD. RGB value is (166,197,189). Sum of RGB (Red+Green+Blue) = 166+197+189=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5BD is #593A42. Grayscale: #BABABA. Windows color (decimal): -5847619 or 12436902. OLE color: 12436902.
HSL color Cylindrical-coordinate representation of color #A6C5BD: hue angle of 164.52º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C5BD is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 189 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.23 |
| HSL | 164.52º | 0.21% | 0.71% | - |
| HSV(B) | 164.52º | 0.16% | 0.77% | - |
| XYZ | 44.88 | 51.71 | 55.76 | - |
| YUV | 186.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 189 | 0.16 | 0 | 0.04 | 0.23 | 164.52 | 0.21 | 0.71 |
| Hex | A6 | C5 | BD | 10 | 0 | 4 | 17 | A5 | 15 | 47 |
| Octal | 246 | 305 | 275 | 20 | 0 | 4 | 27 | 245 | 25 | 107 |
| Binary | 10100110 | 11000101 | 10111101 | 10000 | 0 | 100 | 10111 | 10100101 | 10101 | 1000111 |
Color Harmonies of #A6C5BD
Complementary color
Monochromatic Colors of #A6C5BD
Black with #A6C5BD
Text Example
Text Example
White with #A6C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5BD; }
p { color: rgb(166,197,189); }
H1.HeaderClassName
{
color: #A6C5BD;
}
.AnyTagClassName
{
color: #A6C5BD;
}
</style>
background-color css
<style>
a { background-color: #A6C5BD; }
a { background-color: rgb(166,197,189); }
div.DivClassName
{
background-color: #A6C5BD;
}
.BgClassName
{
background-color: #A6C5BD;
}
</style>
border-color css
<style>
span { border-color: #A6C5BD; }
span { border-color: rgb(166,197,189); }
td.TdClassName
{
border-color: #A6C5BD;
}
.TagClassName
{
border-color: #A6C5BD;
}
</style>