Shades of Opal #A9CBC3
Tints of Opal #A9CBC3
RGB
CMYK
RGB Variations
Color information
#A9CBC3 (or 0xA9CBC3) is known color: Opal. HEX triplet: A9, CB and C3. RGB value is (169,203,195). Sum of RGB (Red+Green+Blue) = 169+203+195=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBC3 is #56343C. Grayscale: #BFBFBF. Windows color (decimal): -5649469 or 12831657. OLE color: 12831657.
HSL color Cylindrical-coordinate representation of color #A9CBC3: hue angle of 165.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBC3 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 195 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.20 |
| HSL | 165.88º | 0.25% | 0.73% | - |
| HSV(B) | 165.88º | 0.17% | 0.8% | - |
| XYZ | 47.57 | 55.09 | 59.76 | - |
| YUV | 191.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 195 | 0.17 | 0 | 0.04 | 0.20 | 165.88 | 0.25 | 0.73 |
| Hex | A9 | CB | C3 | 11 | 0 | 4 | 14 | A6 | 19 | 49 |
| Octal | 251 | 313 | 303 | 21 | 0 | 4 | 24 | 246 | 31 | 111 |
| Binary | 10101001 | 11001011 | 11000011 | 10001 | 0 | 100 | 10100 | 10100110 | 11001 | 1001001 |
Color Harmonies of #A9CBC3
Complementary color
Monochromatic Colors of #A9CBC3
Black with #A9CBC3
Text Example
Text Example
White with #A9CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBC3; }
p { color: rgb(169,203,195); }
H1.HeaderClassName
{
color: #A9CBC3;
}
.AnyTagClassName
{
color: #A9CBC3;
}
</style>
background-color css
<style>
a { background-color: #A9CBC3; }
a { background-color: rgb(169,203,195); }
div.DivClassName
{
background-color: #A9CBC3;
}
.BgClassName
{
background-color: #A9CBC3;
}
</style>
border-color css
<style>
span { border-color: #A9CBC3; }
span { border-color: rgb(169,203,195); }
td.TdClassName
{
border-color: #A9CBC3;
}
.TagClassName
{
border-color: #A9CBC3;
}
</style>