Shades of Opal #A4BDBB
Tints of Opal #A4BDBB
RGB
CMYK
RGB Variations
Color information
#A4BDBB (or 0xA4BDBB) is known color: Opal. HEX triplet: A4, BD and BB. RGB value is (164,189,187). Sum of RGB (Red+Green+Blue) = 164+189+187=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDBB is #5B4244. Grayscale: #B5B5B5. Windows color (decimal): -5980741 or 12303780. OLE color: 12303780.
HSL color Cylindrical-coordinate representation of color #A4BDBB: hue angle of 175.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BDBB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 187 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.26 |
| HSL | 175.2º | 0.16% | 0.69% | - |
| HSV(B) | 175.2º | 0.13% | 0.74% | - |
| XYZ | 42.48 | 47.88 | 54.02 | - |
| YUV | 181.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 187 | 0.13 | 0 | 0.01 | 0.26 | 175.2 | 0.16 | 0.69 |
| Hex | A4 | BD | BB | D | 0 | 1 | 1A | AF | 10 | 45 |
| Octal | 244 | 275 | 273 | 15 | 0 | 1 | 32 | 257 | 20 | 105 |
| Binary | 10100100 | 10111101 | 10111011 | 1101 | 0 | 1 | 11010 | 10101111 | 10000 | 1000101 |
Color Harmonies of #A4BDBB
Complementary color
Monochromatic Colors of #A4BDBB
Black with #A4BDBB
Text Example
Text Example
White with #A4BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDBB; }
p { color: rgb(164,189,187); }
H1.HeaderClassName
{
color: #A4BDBB;
}
.AnyTagClassName
{
color: #A4BDBB;
}
</style>
background-color css
<style>
a { background-color: #A4BDBB; }
a { background-color: rgb(164,189,187); }
div.DivClassName
{
background-color: #A4BDBB;
}
.BgClassName
{
background-color: #A4BDBB;
}
</style>
border-color css
<style>
span { border-color: #A4BDBB; }
span { border-color: rgb(164,189,187); }
td.TdClassName
{
border-color: #A4BDBB;
}
.TagClassName
{
border-color: #A4BDBB;
}
</style>