Shades of Opal #AFC2BB
Tints of Opal #AFC2BB
RGB
CMYK
RGB Variations
Color information
#AFC2BB (or 0xAFC2BB) is known color: Opal. HEX triplet: AF, C2 and BB. RGB value is (175,194,187). Sum of RGB (Red+Green+Blue) = 175+194+187=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2BB is #503D44. Grayscale: #BBBBBB. Windows color (decimal): -5258565 or 12305071. OLE color: 12305071.
HSL color Cylindrical-coordinate representation of color #AFC2BB: hue angle of 157.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2BB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 187 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.24 |
| HSL | 157.89º | 0.13% | 0.72% | - |
| HSV(B) | 157.89º | 0.1% | 0.76% | - |
| XYZ | 45.94 | 51.29 | 54.49 | - |
| YUV | 187.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 187 | 0.10 | 0 | 0.04 | 0.24 | 157.89 | 0.13 | 0.72 |
| Hex | AF | C2 | BB | A | 0 | 4 | 18 | 9E | D | 48 |
| Octal | 257 | 302 | 273 | 12 | 0 | 4 | 30 | 236 | 15 | 110 |
| Binary | 10101111 | 11000010 | 10111011 | 1010 | 0 | 100 | 11000 | 10011110 | 1101 | 1001000 |
Color Harmonies of #AFC2BB
Complementary color
Monochromatic Colors of #AFC2BB
Black with #AFC2BB
Text Example
Text Example
White with #AFC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2BB; }
p { color: rgb(175,194,187); }
H1.HeaderClassName
{
color: #AFC2BB;
}
.AnyTagClassName
{
color: #AFC2BB;
}
</style>
background-color css
<style>
a { background-color: #AFC2BB; }
a { background-color: rgb(175,194,187); }
div.DivClassName
{
background-color: #AFC2BB;
}
.BgClassName
{
background-color: #AFC2BB;
}
</style>
border-color css
<style>
span { border-color: #AFC2BB; }
span { border-color: rgb(175,194,187); }
td.TdClassName
{
border-color: #AFC2BB;
}
.TagClassName
{
border-color: #AFC2BB;
}
</style>