Shades of Opal #AFBFBC
Tints of Opal #AFBFBC
RGB
CMYK
RGB Variations
Color information
#AFBFBC (or 0xAFBFBC) is known color: Opal. HEX triplet: AF, BF and BC. RGB value is (175,191,188). Sum of RGB (Red+Green+Blue) = 175+191+188=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBC is #504043. Grayscale: #B9B9B9. Windows color (decimal): -5259332 or 12369839. OLE color: 12369839.
HSL color Cylindrical-coordinate representation of color #AFBFBC: hue angle of 168.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFBC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 188 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.25 |
| HSL | 168.75º | 0.11% | 0.72% | - |
| HSV(B) | 168.75º | 0.08% | 0.75% | - |
| XYZ | 45.39 | 50.01 | 54.84 | - |
| YUV | 185.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 188 | 0.08 | 0 | 0.02 | 0.25 | 168.75 | 0.11 | 0.72 |
| Hex | AF | BF | BC | 8 | 0 | 2 | 19 | A9 | B | 48 |
| Octal | 257 | 277 | 274 | 10 | 0 | 2 | 31 | 251 | 13 | 110 |
| Binary | 10101111 | 10111111 | 10111100 | 1000 | 0 | 10 | 11001 | 10101001 | 1011 | 1001000 |
Color Harmonies of #AFBFBC
Complementary color
Monochromatic Colors of #AFBFBC
Black with #AFBFBC
Text Example
Text Example
White with #AFBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFBC; }
p { color: rgb(175,191,188); }
H1.HeaderClassName
{
color: #AFBFBC;
}
.AnyTagClassName
{
color: #AFBFBC;
}
</style>
background-color css
<style>
a { background-color: #AFBFBC; }
a { background-color: rgb(175,191,188); }
div.DivClassName
{
background-color: #AFBFBC;
}
.BgClassName
{
background-color: #AFBFBC;
}
</style>
border-color css
<style>
span { border-color: #AFBFBC; }
span { border-color: rgb(175,191,188); }
td.TdClassName
{
border-color: #AFBFBC;
}
.TagClassName
{
border-color: #AFBFBC;
}
</style>