Shades of Opal #A5C5BD
Tints of Opal #A5C5BD
RGB
CMYK
RGB Variations
Color information
#A5C5BD (or 0xA5C5BD) is known color: Opal. HEX triplet: A5, C5 and BD. RGB value is (165,197,189). Sum of RGB (Red+Green+Blue) = 165+197+189=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5BD is #5A3A42. Grayscale: #BABABA. Windows color (decimal): -5913155 or 12436901. OLE color: 12436901.
HSL color Cylindrical-coordinate representation of color #A5C5BD: hue angle of 165º 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 #A5C5BD is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 189 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.23 |
| HSL | 165º | 0.22% | 0.71% | - |
| HSV(B) | 165º | 0.16% | 0.77% | - |
| XYZ | 44.67 | 51.61 | 55.75 | - |
| YUV | 186.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 189 | 0.16 | 0 | 0.04 | 0.23 | 165 | 0.22 | 0.71 |
| Hex | A5 | C5 | BD | 10 | 0 | 4 | 17 | A5 | 16 | 47 |
| Octal | 245 | 305 | 275 | 20 | 0 | 4 | 27 | 245 | 26 | 107 |
| Binary | 10100101 | 11000101 | 10111101 | 10000 | 0 | 100 | 10111 | 10100101 | 10110 | 1000111 |
Color Harmonies of #A5C5BD
Complementary color
Monochromatic Colors of #A5C5BD
Black with #A5C5BD
Text Example
Text Example
White with #A5C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5BD; }
p { color: rgb(165,197,189); }
H1.HeaderClassName
{
color: #A5C5BD;
}
.AnyTagClassName
{
color: #A5C5BD;
}
</style>
background-color css
<style>
a { background-color: #A5C5BD; }
a { background-color: rgb(165,197,189); }
div.DivClassName
{
background-color: #A5C5BD;
}
.BgClassName
{
background-color: #A5C5BD;
}
</style>
border-color css
<style>
span { border-color: #A5C5BD; }
span { border-color: rgb(165,197,189); }
td.TdClassName
{
border-color: #A5C5BD;
}
.TagClassName
{
border-color: #A5C5BD;
}
</style>