Shades of Opal #A8C8BD
Tints of Opal #A8C8BD
RGB
CMYK
RGB Variations
Color information
#A8C8BD (or 0xA8C8BD) is known color: Opal. HEX triplet: A8, C8 and BD. RGB value is (168,200,189). Sum of RGB (Red+Green+Blue) = 168+200+189=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8BD is #573742. Grayscale: #BDBDBD. Windows color (decimal): -5715779 or 12437672. OLE color: 12437672.
HSL color Cylindrical-coordinate representation of color #A8C8BD: hue angle of 159.38º degrees, saturation: 0.23, 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 #A8C8BD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 189 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.22 |
| HSL | 159.38º | 0.23% | 0.72% | - |
| HSV(B) | 159.38º | 0.16% | 0.78% | - |
| XYZ | 45.99 | 53.31 | 56.01 | - |
| YUV | 189.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 189 | 0.16 | 0 | 0.06 | 0.22 | 159.38 | 0.23 | 0.72 |
| Hex | A8 | C8 | BD | 10 | 0 | 6 | 16 | 9F | 17 | 48 |
| Octal | 250 | 310 | 275 | 20 | 0 | 6 | 26 | 237 | 27 | 110 |
| Binary | 10101000 | 11001000 | 10111101 | 10000 | 0 | 110 | 10110 | 10011111 | 10111 | 1001000 |
Color Harmonies of #A8C8BD
Complementary color
Monochromatic Colors of #A8C8BD
Black with #A8C8BD
Text Example
Text Example
White with #A8C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8BD; }
p { color: rgb(168,200,189); }
H1.HeaderClassName
{
color: #A8C8BD;
}
.AnyTagClassName
{
color: #A8C8BD;
}
</style>
background-color css
<style>
a { background-color: #A8C8BD; }
a { background-color: rgb(168,200,189); }
div.DivClassName
{
background-color: #A8C8BD;
}
.BgClassName
{
background-color: #A8C8BD;
}
</style>
border-color css
<style>
span { border-color: #A8C8BD; }
span { border-color: rgb(168,200,189); }
td.TdClassName
{
border-color: #A8C8BD;
}
.TagClassName
{
border-color: #A8C8BD;
}
</style>