Shades of Opal #A4BBB7
Tints of Opal #A4BBB7
RGB
CMYK
RGB Variations
Color information
#A4BBB7 (or 0xA4BBB7) is known color: Opal. HEX triplet: A4, BB and B7. RGB value is (164,187,183). Sum of RGB (Red+Green+Blue) = 164+187+183=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB7 is #5B4448. Grayscale: #B3B3B3. Windows color (decimal): -5981257 or 12041124. OLE color: 12041124.
HSL color Cylindrical-coordinate representation of color #A4BBB7: hue angle of 169.57º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBB7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 187 | 183 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.27 |
| HSL | 169.57º | 0.14% | 0.69% | - |
| HSV(B) | 169.57º | 0.12% | 0.73% | - |
| XYZ | 41.63 | 46.85 | 51.65 | - |
| YUV | 179.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 183 | 0.12 | 0 | 0.02 | 0.27 | 169.57 | 0.14 | 0.69 |
| Hex | A4 | BB | B7 | C | 0 | 2 | 1B | AA | E | 45 |
| Octal | 244 | 273 | 267 | 14 | 0 | 2 | 33 | 252 | 16 | 105 |
| Binary | 10100100 | 10111011 | 10110111 | 1100 | 0 | 10 | 11011 | 10101010 | 1110 | 1000101 |
Color Harmonies of #A4BBB7
Complementary color
Monochromatic Colors of #A4BBB7
Black with #A4BBB7
Text Example
Text Example
White with #A4BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBB7; }
p { color: rgb(164,187,183); }
H1.HeaderClassName
{
color: #A4BBB7;
}
.AnyTagClassName
{
color: #A4BBB7;
}
</style>
background-color css
<style>
a { background-color: #A4BBB7; }
a { background-color: rgb(164,187,183); }
div.DivClassName
{
background-color: #A4BBB7;
}
.BgClassName
{
background-color: #A4BBB7;
}
</style>
border-color css
<style>
span { border-color: #A4BBB7; }
span { border-color: rgb(164,187,183); }
td.TdClassName
{
border-color: #A4BBB7;
}
.TagClassName
{
border-color: #A4BBB7;
}
</style>