Shades of Opal #A8C3BC
Tints of Opal #A8C3BC
RGB
CMYK
RGB Variations
Color information
#A8C3BC (or 0xA8C3BC) is known color: Opal. HEX triplet: A8, C3 and BC. RGB value is (168,195,188). Sum of RGB (Red+Green+Blue) = 168+195+188=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C3BC is #573C43. Grayscale: #BABABA. Windows color (decimal): -5717060 or 12370856. OLE color: 12370856.
HSL color Cylindrical-coordinate representation of color #A8C3BC: hue angle of 164.44º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C3BC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 195 | 188 | - |
CMYK | 0.14 | 0 | 0.04 | 0.24 |
HSL | 164.44º | 0.18% | 0.71% | - |
HSV(B) | 164.44º | 0.14% | 0.76% | - |
XYZ | 44.74 | 50.99 | 55.06 | - |
YUV | 186.13 | 129.05 | 115.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 195 | 188 | 0.14 | 0 | 0.04 | 0.24 | 164.44 | 0.18 | 0.71 |
Hex | A8 | C3 | BC | E | 0 | 4 | 18 | A4 | 12 | 47 |
Octal | 250 | 303 | 274 | 16 | 0 | 4 | 30 | 244 | 22 | 107 |
Binary | 10101000 | 11000011 | 10111100 | 1110 | 0 | 100 | 11000 | 10100100 | 10010 | 1000111 |
Color Harmonies of #A8C3BC
Complementary color
Monochromatic Colors of #A8C3BC
Black with #A8C3BC
Text Example
Text Example
White with #A8C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C3BC; }
p { color: rgb(168,195,188); }
H1.HeaderClassName
{
color: #A8C3BC;
}
.AnyTagClassName
{
color: #A8C3BC;
}
</style>
background-color css
<style>
a { background-color: #A8C3BC; }
a { background-color: rgb(168,195,188); }
div.DivClassName
{
background-color: #A8C3BC;
}
.BgClassName
{
background-color: #A8C3BC;
}
</style>
border-color css
<style>
span { border-color: #A8C3BC; }
span { border-color: rgb(168,195,188); }
td.TdClassName
{
border-color: #A8C3BC;
}
.TagClassName
{
border-color: #A8C3BC;
}
</style>