Shades of Opal #A8CCBE
Tints of Opal #A8CCBE
RGB
CMYK
RGB Variations
Color information
#A8CCBE (or 0xA8CCBE) is known color: Opal. HEX triplet: A8, CC and BE. RGB value is (168,204,190). Sum of RGB (Red+Green+Blue) = 168+204+190=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCBE is #573341. Grayscale: #BFBFBF. Windows color (decimal): -5714754 or 12504232. OLE color: 12504232.
HSL color Cylindrical-coordinate representation of color #A8CCBE: hue angle of 156.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCBE is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 168 | 204 | 190 | - |
CMYK | 0.18 | 0 | 0.07 | 0.2 |
HSL | 156.67º | 0.26% | 0.73% | - |
HSV(B) | 156.67º | 0.18% | 0.8% | - |
XYZ | 47.04 | 55.23 | 56.9 | - |
YUV | 191.64 | 127.07 | 111.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 204 | 190 | 0.18 | 0 | 0.07 | 0.2 | 156.67 | 0.26 | 0.73 |
Hex | A8 | CC | BE | 12 | 0 | 7 | 14 | 9D | 1A | 49 |
Octal | 250 | 314 | 276 | 22 | 0 | 7 | 24 | 235 | 32 | 111 |
Binary | 10101000 | 11001100 | 10111110 | 10010 | 0 | 111 | 10100 | 10011101 | 11010 | 1001001 |
Color Harmonies of #A8CCBE
Complementary color
Monochromatic Colors of #A8CCBE
Black with #A8CCBE
Text Example
Text Example
White with #A8CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCBE; }
p { color: rgb(168,204,190); }
H1.HeaderClassName
{
color: #A8CCBE;
}
.AnyTagClassName
{
color: #A8CCBE;
}
</style>
background-color css
<style>
a { background-color: #A8CCBE; }
a { background-color: rgb(168,204,190); }
div.DivClassName
{
background-color: #A8CCBE;
}
.BgClassName
{
background-color: #A8CCBE;
}
</style>
border-color css
<style>
span { border-color: #A8CCBE; }
span { border-color: rgb(168,204,190); }
td.TdClassName
{
border-color: #A8CCBE;
}
.TagClassName
{
border-color: #A8CCBE;
}
</style>