Shades of Opal #A7C4BB
Tints of Opal #A7C4BB
RGB
CMYK
RGB Variations
Color information
#A7C4BB (or 0xA7C4BB) is known color: Opal. HEX triplet: A7, C4 and BB. RGB value is (167,196,187). Sum of RGB (Red+Green+Blue) = 167+196+187=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C4BB is #583B44. Grayscale: #BABABA. Windows color (decimal): -5782341 or 12305575. OLE color: 12305575.
HSL color Cylindrical-coordinate representation of color #A7C4BB: hue angle of 161.38º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7C4BB is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 196 | 187 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.23 |
| HSL | 161.38º | 0.2% | 0.71% | - |
| HSV(B) | 161.38º | 0.15% | 0.77% | - |
| XYZ | 44.65 | 51.28 | 54.56 | - |
| YUV | 186.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 196 | 187 | 0.15 | 0 | 0.05 | 0.23 | 161.38 | 0.2 | 0.71 |
| Hex | A7 | C4 | BB | F | 0 | 5 | 17 | A1 | 14 | 47 |
| Octal | 247 | 304 | 273 | 17 | 0 | 5 | 27 | 241 | 24 | 107 |
| Binary | 10100111 | 11000100 | 10111011 | 1111 | 0 | 101 | 10111 | 10100001 | 10100 | 1000111 |
Color Harmonies of #A7C4BB
Complementary color
Monochromatic Colors of #A7C4BB
Black with #A7C4BB
Text Example
Text Example
White with #A7C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C4BB; }
p { color: rgb(167,196,187); }
H1.HeaderClassName
{
color: #A7C4BB;
}
.AnyTagClassName
{
color: #A7C4BB;
}
</style>
background-color css
<style>
a { background-color: #A7C4BB; }
a { background-color: rgb(167,196,187); }
div.DivClassName
{
background-color: #A7C4BB;
}
.BgClassName
{
background-color: #A7C4BB;
}
</style>
border-color css
<style>
span { border-color: #A7C4BB; }
span { border-color: rgb(167,196,187); }
td.TdClassName
{
border-color: #A7C4BB;
}
.TagClassName
{
border-color: #A7C4BB;
}
</style>