Shades of Opal #A3CBBA
Tints of Opal #A3CBBA
RGB
CMYK
RGB Variations
Color information
#A3CBBA (or 0xA3CBBA) is known color: Opal. HEX triplet: A3, CB and BA. RGB value is (163,203,186). Sum of RGB (Red+Green+Blue) = 163+203+186=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBBA is #5C3445. Grayscale: #BDBDBD. Windows color (decimal): -6042694 or 12241827. OLE color: 12241827.
HSL color Cylindrical-coordinate representation of color #A3CBBA: hue angle of 154.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBBA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 186 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.20 |
| HSL | 154.5º | 0.28% | 0.72% | - |
| HSV(B) | 154.5º | 0.2% | 0.8% | - |
| XYZ | 45.32 | 54.04 | 54.5 | - |
| YUV | 189.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 186 | 0.20 | 0 | 0.08 | 0.20 | 154.5 | 0.28 | 0.72 |
| Hex | A3 | CB | BA | 14 | 0 | 8 | 14 | 9A | 1C | 48 |
| Octal | 243 | 313 | 272 | 24 | 0 | 10 | 24 | 232 | 34 | 110 |
| Binary | 10100011 | 11001011 | 10111010 | 10100 | 0 | 1000 | 10100 | 10011010 | 11100 | 1001000 |
Color Harmonies of #A3CBBA
Complementary color
Monochromatic Colors of #A3CBBA
Black with #A3CBBA
Text Example
Text Example
White with #A3CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBBA; }
p { color: rgb(163,203,186); }
H1.HeaderClassName
{
color: #A3CBBA;
}
.AnyTagClassName
{
color: #A3CBBA;
}
</style>
background-color css
<style>
a { background-color: #A3CBBA; }
a { background-color: rgb(163,203,186); }
div.DivClassName
{
background-color: #A3CBBA;
}
.BgClassName
{
background-color: #A3CBBA;
}
</style>
border-color css
<style>
span { border-color: #A3CBBA; }
span { border-color: rgb(163,203,186); }
td.TdClassName
{
border-color: #A3CBBA;
}
.TagClassName
{
border-color: #A3CBBA;
}
</style>