Shades of Opal #AFC5BD
Tints of Opal #AFC5BD
RGB
CMYK
RGB Variations
Color information
#AFC5BD (or 0xAFC5BD) is known color: Opal. HEX triplet: AF, C5 and BD. RGB value is (175,197,189). Sum of RGB (Red+Green+Blue) = 175+197+189=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BD is #503A42. Grayscale: #BDBDBD. Windows color (decimal): -5257795 or 12436911. OLE color: 12436911.
HSL color Cylindrical-coordinate representation of color #AFC5BD: hue angle of 158.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BD is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 189 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.23 |
| HSL | 158.18º | 0.16% | 0.73% | - |
| HSV(B) | 158.18º | 0.11% | 0.77% | - |
| XYZ | 46.83 | 52.72 | 55.85 | - |
| YUV | 189.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 189 | 0.11 | 0 | 0.04 | 0.23 | 158.18 | 0.16 | 0.73 |
| Hex | AF | C5 | BD | B | 0 | 4 | 17 | 9E | 10 | 49 |
| Octal | 257 | 305 | 275 | 13 | 0 | 4 | 27 | 236 | 20 | 111 |
| Binary | 10101111 | 11000101 | 10111101 | 1011 | 0 | 100 | 10111 | 10011110 | 10000 | 1001001 |
Color Harmonies of #AFC5BD
Complementary color
Monochromatic Colors of #AFC5BD
Black with #AFC5BD
Text Example
Text Example
White with #AFC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5BD; }
p { color: rgb(175,197,189); }
H1.HeaderClassName
{
color: #AFC5BD;
}
.AnyTagClassName
{
color: #AFC5BD;
}
</style>
background-color css
<style>
a { background-color: #AFC5BD; }
a { background-color: rgb(175,197,189); }
div.DivClassName
{
background-color: #AFC5BD;
}
.BgClassName
{
background-color: #AFC5BD;
}
</style>
border-color css
<style>
span { border-color: #AFC5BD; }
span { border-color: rgb(175,197,189); }
td.TdClassName
{
border-color: #AFC5BD;
}
.TagClassName
{
border-color: #AFC5BD;
}
</style>