Shades of Opal #A1CBBA
Tints of Opal #A1CBBA
RGB
CMYK
RGB Variations
Color information
#A1CBBA (or 0xA1CBBA) is known color: Opal. HEX triplet: A1, CB and BA. RGB value is (161,203,186). Sum of RGB (Red+Green+Blue) = 161+203+186=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBBA is #5E3445. Grayscale: #BCBCBC. Windows color (decimal): -6173766 or 12241825. OLE color: 12241825.
HSL color Cylindrical-coordinate representation of color #A1CBBA: hue angle of 155.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBBA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 186 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.20 |
| HSL | 155.71º | 0.29% | 0.71% | - |
| HSV(B) | 155.71º | 0.21% | 0.8% | - |
| XYZ | 44.92 | 53.83 | 54.48 | - |
| YUV | 188.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 186 | 0.21 | 0 | 0.08 | 0.20 | 155.71 | 0.29 | 0.71 |
| Hex | A1 | CB | BA | 15 | 0 | 8 | 14 | 9C | 1D | 47 |
| Octal | 241 | 313 | 272 | 25 | 0 | 10 | 24 | 234 | 35 | 107 |
| Binary | 10100001 | 11001011 | 10111010 | 10101 | 0 | 1000 | 10100 | 10011100 | 11101 | 1000111 |
Color Harmonies of #A1CBBA
Complementary color
Monochromatic Colors of #A1CBBA
Black with #A1CBBA
Text Example
Text Example
White with #A1CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBBA; }
p { color: rgb(161,203,186); }
H1.HeaderClassName
{
color: #A1CBBA;
}
.AnyTagClassName
{
color: #A1CBBA;
}
</style>
background-color css
<style>
a { background-color: #A1CBBA; }
a { background-color: rgb(161,203,186); }
div.DivClassName
{
background-color: #A1CBBA;
}
.BgClassName
{
background-color: #A1CBBA;
}
</style>
border-color css
<style>
span { border-color: #A1CBBA; }
span { border-color: rgb(161,203,186); }
td.TdClassName
{
border-color: #A1CBBA;
}
.TagClassName
{
border-color: #A1CBBA;
}
</style>