Shades of Opal #A3CBBF
Tints of Opal #A3CBBF
RGB
CMYK
RGB Variations
Color information
#A3CBBF (or 0xA3CBBF) is known color: Opal. HEX triplet: A3, CB and BF. RGB value is (163,203,191). Sum of RGB (Red+Green+Blue) = 163+203+191=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBBF is #5C3440. Grayscale: #BDBDBD. Windows color (decimal): -6042689 or 12569507. OLE color: 12569507.
HSL color Cylindrical-coordinate representation of color #A3CBBF: hue angle of 162º 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 #A3CBBF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 191 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.20 |
| HSL | 162º | 0.28% | 0.72% | - |
| HSV(B) | 162º | 0.2% | 0.8% | - |
| XYZ | 45.86 | 54.26 | 57.35 | - |
| YUV | 189.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 191 | 0.20 | 0 | 0.06 | 0.20 | 162 | 0.28 | 0.72 |
| Hex | A3 | CB | BF | 14 | 0 | 6 | 14 | A2 | 1C | 48 |
| Octal | 243 | 313 | 277 | 24 | 0 | 6 | 24 | 242 | 34 | 110 |
| Binary | 10100011 | 11001011 | 10111111 | 10100 | 0 | 110 | 10100 | 10100010 | 11100 | 1001000 |
Color Harmonies of #A3CBBF
Complementary color
Monochromatic Colors of #A3CBBF
Black with #A3CBBF
Text Example
Text Example
White with #A3CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBBF; }
p { color: rgb(163,203,191); }
H1.HeaderClassName
{
color: #A3CBBF;
}
.AnyTagClassName
{
color: #A3CBBF;
}
</style>
background-color css
<style>
a { background-color: #A3CBBF; }
a { background-color: rgb(163,203,191); }
div.DivClassName
{
background-color: #A3CBBF;
}
.BgClassName
{
background-color: #A3CBBF;
}
</style>
border-color css
<style>
span { border-color: #A3CBBF; }
span { border-color: rgb(163,203,191); }
td.TdClassName
{
border-color: #A3CBBF;
}
.TagClassName
{
border-color: #A3CBBF;
}
</style>