Shades of Opal #A3CDBC
Tints of Opal #A3CDBC
RGB
CMYK
RGB Variations
Color information
#A3CDBC (or 0xA3CDBC) is known color: Opal. HEX triplet: A3, CD and BC. RGB value is (163,205,188). Sum of RGB (Red+Green+Blue) = 163+205+188=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDBC is #5C3243. Grayscale: #BEBEBE. Windows color (decimal): -6042180 or 12373411. OLE color: 12373411.
HSL color Cylindrical-coordinate representation of color #A3CDBC: hue angle of 155.71º degrees, saturation: 0.3, 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 #A3CDBC is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 188 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.20 |
| HSL | 155.71º | 0.3% | 0.72% | - |
| HSV(B) | 155.71º | 0.2% | 0.8% | - |
| XYZ | 46.01 | 55.08 | 55.78 | - |
| YUV | 190.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 188 | 0.20 | 0 | 0.08 | 0.20 | 155.71 | 0.3 | 0.72 |
| Hex | A3 | CD | BC | 14 | 0 | 8 | 14 | 9C | 1E | 48 |
| Octal | 243 | 315 | 274 | 24 | 0 | 10 | 24 | 234 | 36 | 110 |
| Binary | 10100011 | 11001101 | 10111100 | 10100 | 0 | 1000 | 10100 | 10011100 | 11110 | 1001000 |
Color Harmonies of #A3CDBC
Complementary color
Monochromatic Colors of #A3CDBC
Black with #A3CDBC
Text Example
Text Example
White with #A3CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDBC; }
p { color: rgb(163,205,188); }
H1.HeaderClassName
{
color: #A3CDBC;
}
.AnyTagClassName
{
color: #A3CDBC;
}
</style>
background-color css
<style>
a { background-color: #A3CDBC; }
a { background-color: rgb(163,205,188); }
div.DivClassName
{
background-color: #A3CDBC;
}
.BgClassName
{
background-color: #A3CDBC;
}
</style>
border-color css
<style>
span { border-color: #A3CDBC; }
span { border-color: rgb(163,205,188); }
td.TdClassName
{
border-color: #A3CDBC;
}
.TagClassName
{
border-color: #A3CDBC;
}
</style>