Shades of Opal #A8C2BB
Tints of Opal #A8C2BB
RGB
CMYK
RGB Variations
Color information
#A8C2BB (or 0xA8C2BB) is known color: Opal. HEX triplet: A8, C2 and BB. RGB value is (168,194,187). Sum of RGB (Red+Green+Blue) = 168+194+187=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C2BB is #573D44. Grayscale: #B9B9B9. Windows color (decimal): -5717317 or 12305064. OLE color: 12305064.
HSL color Cylindrical-coordinate representation of color #A8C2BB: hue angle of 163.85º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8C2BB is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 194 | 187 | - |
CMYK | 0.13 | 0 | 0.04 | 0.24 |
HSL | 163.85º | 0.18% | 0.71% | - |
HSV(B) | 163.85º | 0.13% | 0.76% | - |
XYZ | 44.41 | 50.5 | 54.42 | - |
YUV | 185.43 | 128.89 | 115.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 194 | 187 | 0.13 | 0 | 0.04 | 0.24 | 163.85 | 0.18 | 0.71 |
Hex | A8 | C2 | BB | D | 0 | 4 | 18 | A4 | 12 | 47 |
Octal | 250 | 302 | 273 | 15 | 0 | 4 | 30 | 244 | 22 | 107 |
Binary | 10101000 | 11000010 | 10111011 | 1101 | 0 | 100 | 11000 | 10100100 | 10010 | 1000111 |
Color Harmonies of #A8C2BB
Complementary color
Monochromatic Colors of #A8C2BB
Black with #A8C2BB
Text Example
Text Example
White with #A8C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C2BB; }
p { color: rgb(168,194,187); }
H1.HeaderClassName
{
color: #A8C2BB;
}
.AnyTagClassName
{
color: #A8C2BB;
}
</style>
background-color css
<style>
a { background-color: #A8C2BB; }
a { background-color: rgb(168,194,187); }
div.DivClassName
{
background-color: #A8C2BB;
}
.BgClassName
{
background-color: #A8C2BB;
}
</style>
border-color css
<style>
span { border-color: #A8C2BB; }
span { border-color: rgb(168,194,187); }
td.TdClassName
{
border-color: #A8C2BB;
}
.TagClassName
{
border-color: #A8C2BB;
}
</style>