Shades of Opal #A7BDBB
Tints of Opal #A7BDBB
RGB
CMYK
RGB Variations
Color information
#A7BDBB (or 0xA7BDBB) is known color: Opal. HEX triplet: A7, BD and BB. RGB value is (167,189,187). Sum of RGB (Red+Green+Blue) = 167+189+187=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDBB is #584244. Grayscale: #B6B6B6. Windows color (decimal): -5784133 or 12303783. OLE color: 12303783.
HSL color Cylindrical-coordinate representation of color #A7BDBB: hue angle of 174.55º degrees, saturation: 0.14, 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 #A7BDBB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 167 | 189 | 187 | - |
CMYK | 0.12 | 0 | 0.01 | 0.26 |
HSL | 174.55º | 0.14% | 0.7% | - |
HSV(B) | 174.55º | 0.12% | 0.74% | - |
XYZ | 43.1 | 48.2 | 54.05 | - |
YUV | 182.19 | 130.71 | 117.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 189 | 187 | 0.12 | 0 | 0.01 | 0.26 | 174.55 | 0.14 | 0.7 |
Hex | A7 | BD | BB | C | 0 | 1 | 1A | AF | E | 46 |
Octal | 247 | 275 | 273 | 14 | 0 | 1 | 32 | 257 | 16 | 106 |
Binary | 10100111 | 10111101 | 10111011 | 1100 | 0 | 1 | 11010 | 10101111 | 1110 | 1000110 |
Color Harmonies of #A7BDBB
Complementary color
Monochromatic Colors of #A7BDBB
Black with #A7BDBB
Text Example
Text Example
White with #A7BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDBB; }
p { color: rgb(167,189,187); }
H1.HeaderClassName
{
color: #A7BDBB;
}
.AnyTagClassName
{
color: #A7BDBB;
}
</style>
background-color css
<style>
a { background-color: #A7BDBB; }
a { background-color: rgb(167,189,187); }
div.DivClassName
{
background-color: #A7BDBB;
}
.BgClassName
{
background-color: #A7BDBB;
}
</style>
border-color css
<style>
span { border-color: #A7BDBB; }
span { border-color: rgb(167,189,187); }
td.TdClassName
{
border-color: #A7BDBB;
}
.TagClassName
{
border-color: #A7BDBB;
}
</style>