Shades of Opal #A8C8BB
Tints of Opal #A8C8BB
RGB
CMYK
RGB Variations
Color information
#A8C8BB (or 0xA8C8BB) is known color: Opal. HEX triplet: A8, C8 and BB. RGB value is (168,200,187). Sum of RGB (Red+Green+Blue) = 168+200+187=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8BB is #573744. Grayscale: #BCBCBC. Windows color (decimal): -5715781 or 12306600. OLE color: 12306600.
HSL color Cylindrical-coordinate representation of color #A8C8BB: hue angle of 155.62º 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 #A8C8BB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 187 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.22 |
| HSL | 155.63º | 0.23% | 0.72% | - |
| HSV(B) | 155.63º | 0.16% | 0.78% | - |
| XYZ | 45.77 | 53.22 | 54.87 | - |
| YUV | 188.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 187 | 0.16 | 0 | 0.06 | 0.22 | 155.63 | 0.23 | 0.72 |
| Hex | A8 | C8 | BB | 10 | 0 | 6 | 16 | 9C | 17 | 48 |
| Octal | 250 | 310 | 273 | 20 | 0 | 6 | 26 | 234 | 27 | 110 |
| Binary | 10101000 | 11001000 | 10111011 | 10000 | 0 | 110 | 10110 | 10011100 | 10111 | 1001000 |
Color Harmonies of #A8C8BB
Complementary color
Monochromatic Colors of #A8C8BB
Black with #A8C8BB
Text Example
Text Example
White with #A8C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8BB; }
p { color: rgb(168,200,187); }
H1.HeaderClassName
{
color: #A8C8BB;
}
.AnyTagClassName
{
color: #A8C8BB;
}
</style>
background-color css
<style>
a { background-color: #A8C8BB; }
a { background-color: rgb(168,200,187); }
div.DivClassName
{
background-color: #A8C8BB;
}
.BgClassName
{
background-color: #A8C8BB;
}
</style>
border-color css
<style>
span { border-color: #A8C8BB; }
span { border-color: rgb(168,200,187); }
td.TdClassName
{
border-color: #A8C8BB;
}
.TagClassName
{
border-color: #A8C8BB;
}
</style>