Shades of Opal #A5BDBB
Tints of Opal #A5BDBB
RGB
CMYK
RGB Variations
Color information
#A5BDBB (or 0xA5BDBB) is known color: Opal. HEX triplet: A5, BD and BB. RGB value is (165,189,187). Sum of RGB (Red+Green+Blue) = 165+189+187=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDBB is #5A4244. Grayscale: #B5B5B5. Windows color (decimal): -5915205 or 12303781. OLE color: 12303781.
HSL color Cylindrical-coordinate representation of color #A5BDBB: hue angle of 175º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDBB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 187 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.26 |
| HSL | 175º | 0.15% | 0.69% | - |
| HSV(B) | 175º | 0.13% | 0.74% | - |
| XYZ | 42.68 | 47.98 | 54.03 | - |
| YUV | 181.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 187 | 0.13 | 0 | 0.01 | 0.26 | 175 | 0.15 | 0.69 |
| Hex | A5 | BD | BB | D | 0 | 1 | 1A | AF | F | 45 |
| Octal | 245 | 275 | 273 | 15 | 0 | 1 | 32 | 257 | 17 | 105 |
| Binary | 10100101 | 10111101 | 10111011 | 1101 | 0 | 1 | 11010 | 10101111 | 1111 | 1000101 |
Color Harmonies of #A5BDBB
Complementary color
Monochromatic Colors of #A5BDBB
Black with #A5BDBB
Text Example
Text Example
White with #A5BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDBB; }
p { color: rgb(165,189,187); }
H1.HeaderClassName
{
color: #A5BDBB;
}
.AnyTagClassName
{
color: #A5BDBB;
}
</style>
background-color css
<style>
a { background-color: #A5BDBB; }
a { background-color: rgb(165,189,187); }
div.DivClassName
{
background-color: #A5BDBB;
}
.BgClassName
{
background-color: #A5BDBB;
}
</style>
border-color css
<style>
span { border-color: #A5BDBB; }
span { border-color: rgb(165,189,187); }
td.TdClassName
{
border-color: #A5BDBB;
}
.TagClassName
{
border-color: #A5BDBB;
}
</style>