Shades of Opal #A5C5BC
Tints of Opal #A5C5BC
RGB
CMYK
RGB Variations
Color information
#A5C5BC (or 0xA5C5BC) is known color: Opal. HEX triplet: A5, C5 and BC. RGB value is (165,197,188). Sum of RGB (Red+Green+Blue) = 165+197+188=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5BC is #5A3A43. Grayscale: #BABABA. Windows color (decimal): -5913156 or 12371365. OLE color: 12371365.
HSL color Cylindrical-coordinate representation of color #A5C5BC: hue angle of 163.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C5BC is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 188 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.23 |
| HSL | 163.13º | 0.22% | 0.71% | - |
| HSV(B) | 163.13º | 0.16% | 0.77% | - |
| XYZ | 44.56 | 51.56 | 55.18 | - |
| YUV | 186.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 188 | 0.16 | 0 | 0.05 | 0.23 | 163.13 | 0.22 | 0.71 |
| Hex | A5 | C5 | BC | 10 | 0 | 5 | 17 | A3 | 16 | 47 |
| Octal | 245 | 305 | 274 | 20 | 0 | 5 | 27 | 243 | 26 | 107 |
| Binary | 10100101 | 11000101 | 10111100 | 10000 | 0 | 101 | 10111 | 10100011 | 10110 | 1000111 |
Color Harmonies of #A5C5BC
Complementary color
Monochromatic Colors of #A5C5BC
Black with #A5C5BC
Text Example
Text Example
White with #A5C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5BC; }
p { color: rgb(165,197,188); }
H1.HeaderClassName
{
color: #A5C5BC;
}
.AnyTagClassName
{
color: #A5C5BC;
}
</style>
background-color css
<style>
a { background-color: #A5C5BC; }
a { background-color: rgb(165,197,188); }
div.DivClassName
{
background-color: #A5C5BC;
}
.BgClassName
{
background-color: #A5C5BC;
}
</style>
border-color css
<style>
span { border-color: #A5C5BC; }
span { border-color: rgb(165,197,188); }
td.TdClassName
{
border-color: #A5C5BC;
}
.TagClassName
{
border-color: #A5C5BC;
}
</style>