Shades of Opal #A5CCBE
Tints of Opal #A5CCBE
RGB
CMYK
RGB Variations
Color information
#A5CCBE (or 0xA5CCBE) is known color: Opal. HEX triplet: A5, CC and BE. RGB value is (165,204,190). Sum of RGB (Red+Green+Blue) = 165+204+190=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCBE is #5A3341. Grayscale: #BEBEBE. Windows color (decimal): -5911362 or 12504229. OLE color: 12504229.
HSL color Cylindrical-coordinate representation of color #A5CCBE: hue angle of 158.46º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCBE is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 190 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.2 |
| HSL | 158.46º | 0.28% | 0.72% | - |
| HSV(B) | 158.46º | 0.19% | 0.8% | - |
| XYZ | 46.4 | 54.9 | 56.87 | - |
| YUV | 190.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 190 | 0.19 | 0 | 0.07 | 0.2 | 158.46 | 0.28 | 0.72 |
| Hex | A5 | CC | BE | 13 | 0 | 7 | 14 | 9E | 1C | 48 |
| Octal | 245 | 314 | 276 | 23 | 0 | 7 | 24 | 236 | 34 | 110 |
| Binary | 10100101 | 11001100 | 10111110 | 10011 | 0 | 111 | 10100 | 10011110 | 11100 | 1001000 |
Color Harmonies of #A5CCBE
Complementary color
Monochromatic Colors of #A5CCBE
Black with #A5CCBE
Text Example
Text Example
White with #A5CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCBE; }
p { color: rgb(165,204,190); }
H1.HeaderClassName
{
color: #A5CCBE;
}
.AnyTagClassName
{
color: #A5CCBE;
}
</style>
background-color css
<style>
a { background-color: #A5CCBE; }
a { background-color: rgb(165,204,190); }
div.DivClassName
{
background-color: #A5CCBE;
}
.BgClassName
{
background-color: #A5CCBE;
}
</style>
border-color css
<style>
span { border-color: #A5CCBE; }
span { border-color: rgb(165,204,190); }
td.TdClassName
{
border-color: #A5CCBE;
}
.TagClassName
{
border-color: #A5CCBE;
}
</style>