Shades of Opal #A3CCBB
Tints of Opal #A3CCBB
RGB
CMYK
RGB Variations
Color information
#A3CCBB (or 0xA3CCBB) is known color: Opal. HEX triplet: A3, CC and BB. RGB value is (163,204,187). Sum of RGB (Red+Green+Blue) = 163+204+187=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCBB is #5C3344. Grayscale: #BDBDBD. Windows color (decimal): -6042437 or 12307619. OLE color: 12307619.
HSL color Cylindrical-coordinate representation of color #A3CCBB: hue angle of 155.12º degrees, saturation: 0.29, 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 #A3CCBB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 187 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.2 |
| HSL | 155.12º | 0.29% | 0.72% | - |
| HSV(B) | 155.12º | 0.2% | 0.8% | - |
| XYZ | 45.67 | 54.56 | 55.14 | - |
| YUV | 189.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 187 | 0.20 | 0 | 0.08 | 0.2 | 155.12 | 0.29 | 0.72 |
| Hex | A3 | CC | BB | 14 | 0 | 8 | 14 | 9B | 1D | 48 |
| Octal | 243 | 314 | 273 | 24 | 0 | 10 | 24 | 233 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10111011 | 10100 | 0 | 1000 | 10100 | 10011011 | 11101 | 1001000 |
Color Harmonies of #A3CCBB
Complementary color
Monochromatic Colors of #A3CCBB
Black with #A3CCBB
Text Example
Text Example
White with #A3CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCBB; }
p { color: rgb(163,204,187); }
H1.HeaderClassName
{
color: #A3CCBB;
}
.AnyTagClassName
{
color: #A3CCBB;
}
</style>
background-color css
<style>
a { background-color: #A3CCBB; }
a { background-color: rgb(163,204,187); }
div.DivClassName
{
background-color: #A3CCBB;
}
.BgClassName
{
background-color: #A3CCBB;
}
</style>
border-color css
<style>
span { border-color: #A3CCBB; }
span { border-color: rgb(163,204,187); }
td.TdClassName
{
border-color: #A3CCBB;
}
.TagClassName
{
border-color: #A3CCBB;
}
</style>