Shades of Opal #A8C7BC
Tints of Opal #A8C7BC
RGB
CMYK
RGB Variations
Color information
#A8C7BC (or 0xA8C7BC) is known color: Opal. HEX triplet: A8, C7 and BC. RGB value is (168,199,188). Sum of RGB (Red+Green+Blue) = 168+199+188=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7BC is #573843. Grayscale: #BCBCBC. Windows color (decimal): -5716036 or 12371880. OLE color: 12371880.
HSL color Cylindrical-coordinate representation of color #A8C7BC: hue angle of 158.71º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C7BC is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 199 | 188 | - |
CMYK | 0.16 | 0 | 0.06 | 0.22 |
HSL | 158.71º | 0.22% | 0.72% | - |
HSV(B) | 158.71º | 0.16% | 0.78% | - |
XYZ | 45.65 | 52.8 | 55.36 | - |
YUV | 188.48 | 127.73 | 113.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 199 | 188 | 0.16 | 0 | 0.06 | 0.22 | 158.71 | 0.22 | 0.72 |
Hex | A8 | C7 | BC | 10 | 0 | 6 | 16 | 9F | 16 | 48 |
Octal | 250 | 307 | 274 | 20 | 0 | 6 | 26 | 237 | 26 | 110 |
Binary | 10101000 | 11000111 | 10111100 | 10000 | 0 | 110 | 10110 | 10011111 | 10110 | 1001000 |
Color Harmonies of #A8C7BC
Complementary color
Monochromatic Colors of #A8C7BC
Black with #A8C7BC
Text Example
Text Example
White with #A8C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7BC; }
p { color: rgb(168,199,188); }
H1.HeaderClassName
{
color: #A8C7BC;
}
.AnyTagClassName
{
color: #A8C7BC;
}
</style>
background-color css
<style>
a { background-color: #A8C7BC; }
a { background-color: rgb(168,199,188); }
div.DivClassName
{
background-color: #A8C7BC;
}
.BgClassName
{
background-color: #A8C7BC;
}
</style>
border-color css
<style>
span { border-color: #A8C7BC; }
span { border-color: rgb(168,199,188); }
td.TdClassName
{
border-color: #A8C7BC;
}
.TagClassName
{
border-color: #A8C7BC;
}
</style>