Shades of Opal #A8C6BD
Tints of Opal #A8C6BD
RGB
CMYK
RGB Variations
Color information
#A8C6BD (or 0xA8C6BD) is known color: Opal. HEX triplet: A8, C6 and BD. RGB value is (168,198,189). Sum of RGB (Red+Green+Blue) = 168+198+189=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C6BD is #573942. Grayscale: #BCBCBC. Windows color (decimal): -5716291 or 12437160. OLE color: 12437160.
HSL color Cylindrical-coordinate representation of color #A8C6BD: hue angle of 162º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C6BD is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 189 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.22 |
| HSL | 162º | 0.21% | 0.72% | - |
| HSV(B) | 162º | 0.15% | 0.78% | - |
| XYZ | 45.53 | 52.39 | 55.86 | - |
| YUV | 188 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 189 | 0.15 | 0 | 0.05 | 0.22 | 162 | 0.21 | 0.72 |
| Hex | A8 | C6 | BD | F | 0 | 5 | 16 | A2 | 15 | 48 |
| Octal | 250 | 306 | 275 | 17 | 0 | 5 | 26 | 242 | 25 | 110 |
| Binary | 10101000 | 11000110 | 10111101 | 1111 | 0 | 101 | 10110 | 10100010 | 10101 | 1001000 |
Color Harmonies of #A8C6BD
Complementary color
Monochromatic Colors of #A8C6BD
Black with #A8C6BD
Text Example
Text Example
White with #A8C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6BD; }
p { color: rgb(168,198,189); }
H1.HeaderClassName
{
color: #A8C6BD;
}
.AnyTagClassName
{
color: #A8C6BD;
}
</style>
background-color css
<style>
a { background-color: #A8C6BD; }
a { background-color: rgb(168,198,189); }
div.DivClassName
{
background-color: #A8C6BD;
}
.BgClassName
{
background-color: #A8C6BD;
}
</style>
border-color css
<style>
span { border-color: #A8C6BD; }
span { border-color: rgb(168,198,189); }
td.TdClassName
{
border-color: #A8C6BD;
}
.TagClassName
{
border-color: #A8C6BD;
}
</style>