Shades of Opal #A3CBBB
Tints of Opal #A3CBBB
RGB
CMYK
RGB Variations
Color information
#A3CBBB (or 0xA3CBBB) is known color: Opal. HEX triplet: A3, CB and BB. RGB value is (163,203,187). Sum of RGB (Red+Green+Blue) = 163+203+187=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBBB is #5C3444. Grayscale: #BDBDBD. Windows color (decimal): -6042693 or 12307363. OLE color: 12307363.
HSL color Cylindrical-coordinate representation of color #A3CBBB: hue angle of 156º 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 #A3CBBB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 187 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.20 |
| HSL | 156º | 0.28% | 0.72% | - |
| HSV(B) | 156º | 0.2% | 0.8% | - |
| XYZ | 45.43 | 54.09 | 55.06 | - |
| YUV | 189.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 187 | 0.20 | 0 | 0.08 | 0.20 | 156 | 0.28 | 0.72 |
| Hex | A3 | CB | BB | 14 | 0 | 8 | 14 | 9C | 1C | 48 |
| Octal | 243 | 313 | 273 | 24 | 0 | 10 | 24 | 234 | 34 | 110 |
| Binary | 10100011 | 11001011 | 10111011 | 10100 | 0 | 1000 | 10100 | 10011100 | 11100 | 1001000 |
Color Harmonies of #A3CBBB
Complementary color
Monochromatic Colors of #A3CBBB
Black with #A3CBBB
Text Example
Text Example
White with #A3CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBBB; }
p { color: rgb(163,203,187); }
H1.HeaderClassName
{
color: #A3CBBB;
}
.AnyTagClassName
{
color: #A3CBBB;
}
</style>
background-color css
<style>
a { background-color: #A3CBBB; }
a { background-color: rgb(163,203,187); }
div.DivClassName
{
background-color: #A3CBBB;
}
.BgClassName
{
background-color: #A3CBBB;
}
</style>
border-color css
<style>
span { border-color: #A3CBBB; }
span { border-color: rgb(163,203,187); }
td.TdClassName
{
border-color: #A3CBBB;
}
.TagClassName
{
border-color: #A3CBBB;
}
</style>