Shades of Opal #A5C9BC
Tints of Opal #A5C9BC
RGB
CMYK
RGB Variations
Color information
#A5C9BC (or 0xA5C9BC) is known color: Opal. HEX triplet: A5, C9 and BC. RGB value is (165,201,188). Sum of RGB (Red+Green+Blue) = 165+201+188=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9BC is #5A3643. Grayscale: #BCBCBC. Windows color (decimal): -5912132 or 12372389. OLE color: 12372389.
HSL color Cylindrical-coordinate representation of color #A5C9BC: hue angle of 158.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C9BC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 188 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.21 |
| HSL | 158.33º | 0.25% | 0.72% | - |
| HSV(B) | 158.33º | 0.18% | 0.79% | - |
| XYZ | 45.48 | 53.4 | 55.49 | - |
| YUV | 188.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 188 | 0.18 | 0 | 0.06 | 0.21 | 158.33 | 0.25 | 0.72 |
| Hex | A5 | C9 | BC | 12 | 0 | 6 | 15 | 9E | 19 | 48 |
| Octal | 245 | 311 | 274 | 22 | 0 | 6 | 25 | 236 | 31 | 110 |
| Binary | 10100101 | 11001001 | 10111100 | 10010 | 0 | 110 | 10101 | 10011110 | 11001 | 1001000 |
Color Harmonies of #A5C9BC
Complementary color
Monochromatic Colors of #A5C9BC
Black with #A5C9BC
Text Example
Text Example
White with #A5C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C9BC; }
p { color: rgb(165,201,188); }
H1.HeaderClassName
{
color: #A5C9BC;
}
.AnyTagClassName
{
color: #A5C9BC;
}
</style>
background-color css
<style>
a { background-color: #A5C9BC; }
a { background-color: rgb(165,201,188); }
div.DivClassName
{
background-color: #A5C9BC;
}
.BgClassName
{
background-color: #A5C9BC;
}
</style>
border-color css
<style>
span { border-color: #A5C9BC; }
span { border-color: rgb(165,201,188); }
td.TdClassName
{
border-color: #A5C9BC;
}
.TagClassName
{
border-color: #A5C9BC;
}
</style>