Shades of Opal #A5C0BB
Tints of Opal #A5C0BB
RGB
CMYK
RGB Variations
Color information
#A5C0BB (or 0xA5C0BB) is known color: Opal. HEX triplet: A5, C0 and BB. RGB value is (165,192,187). Sum of RGB (Red+Green+Blue) = 165+192+187=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0BB is #5A3F44. Grayscale: #B7B7B7. Windows color (decimal): -5914437 or 12304549. OLE color: 12304549.
HSL color Cylindrical-coordinate representation of color #A5C0BB: hue angle of 168.89º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0BB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 187 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.25 |
| HSL | 168.89º | 0.18% | 0.7% | - |
| HSV(B) | 168.89º | 0.14% | 0.75% | - |
| XYZ | 43.34 | 49.29 | 54.24 | - |
| YUV | 183.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 187 | 0.14 | 0 | 0.03 | 0.25 | 168.89 | 0.18 | 0.7 |
| Hex | A5 | C0 | BB | E | 0 | 3 | 19 | A9 | 12 | 46 |
| Octal | 245 | 300 | 273 | 16 | 0 | 3 | 31 | 251 | 22 | 106 |
| Binary | 10100101 | 11000000 | 10111011 | 1110 | 0 | 11 | 11001 | 10101001 | 10010 | 1000110 |
Color Harmonies of #A5C0BB
Complementary color
Monochromatic Colors of #A5C0BB
Black with #A5C0BB
Text Example
Text Example
White with #A5C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0BB; }
p { color: rgb(165,192,187); }
H1.HeaderClassName
{
color: #A5C0BB;
}
.AnyTagClassName
{
color: #A5C0BB;
}
</style>
background-color css
<style>
a { background-color: #A5C0BB; }
a { background-color: rgb(165,192,187); }
div.DivClassName
{
background-color: #A5C0BB;
}
.BgClassName
{
background-color: #A5C0BB;
}
</style>
border-color css
<style>
span { border-color: #A5C0BB; }
span { border-color: rgb(165,192,187); }
td.TdClassName
{
border-color: #A5C0BB;
}
.TagClassName
{
border-color: #A5C0BB;
}
</style>