Shades of Opal #A1C1BC
Tints of Opal #A1C1BC
RGB
CMYK
RGB Variations
Color information
#A1C1BC (or 0xA1C1BC) is known color: Opal. HEX triplet: A1, C1 and BC. RGB value is (161,193,188). Sum of RGB (Red+Green+Blue) = 161+193+188=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1BC is #5E3E43. Grayscale: #B6B6B6. Windows color (decimal): -6176324 or 12370337. OLE color: 12370337.
HSL color Cylindrical-coordinate representation of color #A1C1BC: hue angle of 170.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1BC is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 188 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.24 |
| HSL | 170.63º | 0.21% | 0.69% | - |
| HSV(B) | 170.63º | 0.17% | 0.76% | - |
| XYZ | 42.85 | 49.35 | 54.84 | - |
| YUV | 182.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 188 | 0.17 | 0 | 0.03 | 0.24 | 170.63 | 0.21 | 0.69 |
| Hex | A1 | C1 | BC | 11 | 0 | 3 | 18 | AB | 15 | 45 |
| Octal | 241 | 301 | 274 | 21 | 0 | 3 | 30 | 253 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10111100 | 10001 | 0 | 11 | 11000 | 10101011 | 10101 | 1000101 |
Color Harmonies of #A1C1BC
Complementary color
Monochromatic Colors of #A1C1BC
Black with #A1C1BC
Text Example
Text Example
White with #A1C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1BC; }
p { color: rgb(161,193,188); }
H1.HeaderClassName
{
color: #A1C1BC;
}
.AnyTagClassName
{
color: #A1C1BC;
}
</style>
background-color css
<style>
a { background-color: #A1C1BC; }
a { background-color: rgb(161,193,188); }
div.DivClassName
{
background-color: #A1C1BC;
}
.BgClassName
{
background-color: #A1C1BC;
}
</style>
border-color css
<style>
span { border-color: #A1C1BC; }
span { border-color: rgb(161,193,188); }
td.TdClassName
{
border-color: #A1C1BC;
}
.TagClassName
{
border-color: #A1C1BC;
}
</style>