Shades of Opal #AFBDB9
Tints of Opal #AFBDB9
RGB
CMYK
RGB Variations
Color information
#AFBDB9 (or 0xAFBDB9) is known color: Opal. HEX triplet: AF, BD and B9. RGB value is (175,189,185). Sum of RGB (Red+Green+Blue) = 175+189+185=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB9 is #504246. Grayscale: #B8B8B8. Windows color (decimal): -5259847 or 12172719. OLE color: 12172719.
HSL color Cylindrical-coordinate representation of color #AFBDB9: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 185 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.26 |
| HSL | 162.86º | 0.1% | 0.71% | - |
| HSV(B) | 162.86º | 0.07% | 0.74% | - |
| XYZ | 44.63 | 49.01 | 53.01 | - |
| YUV | 184.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 185 | 0.07 | 0 | 0.02 | 0.26 | 162.86 | 0.1 | 0.71 |
| Hex | AF | BD | B9 | 7 | 0 | 2 | 1A | A3 | A | 47 |
| Octal | 257 | 275 | 271 | 7 | 0 | 2 | 32 | 243 | 12 | 107 |
| Binary | 10101111 | 10111101 | 10111001 | 111 | 0 | 10 | 11010 | 10100011 | 1010 | 1000111 |
Color Harmonies of #AFBDB9
Complementary color
Monochromatic Colors of #AFBDB9
Black with #AFBDB9
Text Example
Text Example
White with #AFBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDB9; }
p { color: rgb(175,189,185); }
H1.HeaderClassName
{
color: #AFBDB9;
}
.AnyTagClassName
{
color: #AFBDB9;
}
</style>
background-color css
<style>
a { background-color: #AFBDB9; }
a { background-color: rgb(175,189,185); }
div.DivClassName
{
background-color: #AFBDB9;
}
.BgClassName
{
background-color: #AFBDB9;
}
</style>
border-color css
<style>
span { border-color: #AFBDB9; }
span { border-color: rgb(175,189,185); }
td.TdClassName
{
border-color: #AFBDB9;
}
.TagClassName
{
border-color: #AFBDB9;
}
</style>