Shades of Opal #A8BEB9
Tints of Opal #A8BEB9
RGB
CMYK
RGB Variations
Color information
#A8BEB9 (or 0xA8BEB9) is known color: Opal. HEX triplet: A8, BE and B9. RGB value is (168,190,185). Sum of RGB (Red+Green+Blue) = 168+190+185=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEB9 is #574146. Grayscale: #B6B6B6. Windows color (decimal): -5718343 or 12172968. OLE color: 12172968.
HSL color Cylindrical-coordinate representation of color #A8BEB9: hue angle of 166.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BEB9 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 185 | - |
CMYK | 0.12 | 0 | 0.03 | 0.25 |
HSL | 166.36º | 0.14% | 0.7% | - |
HSV(B) | 166.36º | 0.12% | 0.75% | - |
XYZ | 43.32 | 48.65 | 53.01 | - |
YUV | 182.85 | 129.21 | 117.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 185 | 0.12 | 0 | 0.03 | 0.25 | 166.36 | 0.14 | 0.7 |
Hex | A8 | BE | B9 | C | 0 | 3 | 19 | A6 | E | 46 |
Octal | 250 | 276 | 271 | 14 | 0 | 3 | 31 | 246 | 16 | 106 |
Binary | 10101000 | 10111110 | 10111001 | 1100 | 0 | 11 | 11001 | 10100110 | 1110 | 1000110 |
Color Harmonies of #A8BEB9
Complementary color
Monochromatic Colors of #A8BEB9
Black with #A8BEB9
Text Example
Text Example
White with #A8BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEB9; }
p { color: rgb(168,190,185); }
H1.HeaderClassName
{
color: #A8BEB9;
}
.AnyTagClassName
{
color: #A8BEB9;
}
</style>
background-color css
<style>
a { background-color: #A8BEB9; }
a { background-color: rgb(168,190,185); }
div.DivClassName
{
background-color: #A8BEB9;
}
.BgClassName
{
background-color: #A8BEB9;
}
</style>
border-color css
<style>
span { border-color: #A8BEB9; }
span { border-color: rgb(168,190,185); }
td.TdClassName
{
border-color: #A8BEB9;
}
.TagClassName
{
border-color: #A8BEB9;
}
</style>