Shades of Opal #A8C4BB
Tints of Opal #A8C4BB
RGB
CMYK
RGB Variations
Color information
#A8C4BB (or 0xA8C4BB) is known color: Opal. HEX triplet: A8, C4 and BB. RGB value is (168,196,187). Sum of RGB (Red+Green+Blue) = 168+196+187=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C4BB is #573B44. Grayscale: #BABABA. Windows color (decimal): -5716805 or 12305576. OLE color: 12305576.
HSL color Cylindrical-coordinate representation of color #A8C4BB: hue angle of 160.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C4BB is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
RGB | 168 | 196 | 187 | - |
CMYK | 0.14 | 0 | 0.05 | 0.23 |
HSL | 160.71º | 0.19% | 0.71% | - |
HSV(B) | 160.71º | 0.14% | 0.77% | - |
XYZ | 44.86 | 51.39 | 54.57 | - |
YUV | 186.6 | 128.22 | 114.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 196 | 187 | 0.14 | 0 | 0.05 | 0.23 | 160.71 | 0.19 | 0.71 |
Hex | A8 | C4 | BB | E | 0 | 5 | 17 | A1 | 13 | 47 |
Octal | 250 | 304 | 273 | 16 | 0 | 5 | 27 | 241 | 23 | 107 |
Binary | 10101000 | 11000100 | 10111011 | 1110 | 0 | 101 | 10111 | 10100001 | 10011 | 1000111 |
Color Harmonies of #A8C4BB
Complementary color
Monochromatic Colors of #A8C4BB
Black with #A8C4BB
Text Example
Text Example
White with #A8C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4BB; }
p { color: rgb(168,196,187); }
H1.HeaderClassName
{
color: #A8C4BB;
}
.AnyTagClassName
{
color: #A8C4BB;
}
</style>
background-color css
<style>
a { background-color: #A8C4BB; }
a { background-color: rgb(168,196,187); }
div.DivClassName
{
background-color: #A8C4BB;
}
.BgClassName
{
background-color: #A8C4BB;
}
</style>
border-color css
<style>
span { border-color: #A8C4BB; }
span { border-color: rgb(168,196,187); }
td.TdClassName
{
border-color: #A8C4BB;
}
.TagClassName
{
border-color: #A8C4BB;
}
</style>