Shades of Opal #A5CABC
Tints of Opal #A5CABC
RGB
CMYK
RGB Variations
Color information
#A5CABC (or 0xA5CABC) is known color: Opal. HEX triplet: A5, CA and BC. RGB value is (165,202,188). Sum of RGB (Red+Green+Blue) = 165+202+188=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CABC is #5A3543. Grayscale: #BDBDBD. Windows color (decimal): -5911876 or 12372645. OLE color: 12372645.
HSL color Cylindrical-coordinate representation of color #A5CABC: hue angle of 157.3º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5CABC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 188 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.21 |
| HSL | 157.3º | 0.26% | 0.72% | - |
| HSV(B) | 157.3º | 0.18% | 0.79% | - |
| XYZ | 45.71 | 53.87 | 55.57 | - |
| YUV | 189.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 188 | 0.18 | 0 | 0.07 | 0.21 | 157.3 | 0.26 | 0.72 |
| Hex | A5 | CA | BC | 12 | 0 | 7 | 15 | 9D | 1A | 48 |
| Octal | 245 | 312 | 274 | 22 | 0 | 7 | 25 | 235 | 32 | 110 |
| Binary | 10100101 | 11001010 | 10111100 | 10010 | 0 | 111 | 10101 | 10011101 | 11010 | 1001000 |
Color Harmonies of #A5CABC
Complementary color
Monochromatic Colors of #A5CABC
Black with #A5CABC
Text Example
Text Example
White with #A5CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CABC; }
p { color: rgb(165,202,188); }
H1.HeaderClassName
{
color: #A5CABC;
}
.AnyTagClassName
{
color: #A5CABC;
}
</style>
background-color css
<style>
a { background-color: #A5CABC; }
a { background-color: rgb(165,202,188); }
div.DivClassName
{
background-color: #A5CABC;
}
.BgClassName
{
background-color: #A5CABC;
}
</style>
border-color css
<style>
span { border-color: #A5CABC; }
span { border-color: rgb(165,202,188); }
td.TdClassName
{
border-color: #A5CABC;
}
.TagClassName
{
border-color: #A5CABC;
}
</style>