Shades of Opal #AFC6BD
Tints of Opal #AFC6BD
RGB
CMYK
RGB Variations
Color information
#AFC6BD (or 0xAFC6BD) is known color: Opal. HEX triplet: AF, C6 and BD. RGB value is (175,198,189). Sum of RGB (Red+Green+Blue) = 175+198+189=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BD is #503942. Grayscale: #BEBEBE. Windows color (decimal): -5257539 or 12437167. OLE color: 12437167.
HSL color Cylindrical-coordinate representation of color #AFC6BD: hue angle of 156.52º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6BD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 189 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.22 |
| HSL | 156.52º | 0.17% | 0.73% | - |
| HSV(B) | 156.52º | 0.12% | 0.78% | - |
| XYZ | 47.06 | 53.18 | 55.93 | - |
| YUV | 190.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 189 | 0.12 | 0 | 0.05 | 0.22 | 156.52 | 0.17 | 0.73 |
| Hex | AF | C6 | BD | C | 0 | 5 | 16 | 9D | 11 | 49 |
| Octal | 257 | 306 | 275 | 14 | 0 | 5 | 26 | 235 | 21 | 111 |
| Binary | 10101111 | 11000110 | 10111101 | 1100 | 0 | 101 | 10110 | 10011101 | 10001 | 1001001 |
Color Harmonies of #AFC6BD
Complementary color
Monochromatic Colors of #AFC6BD
Black with #AFC6BD
Text Example
Text Example
White with #AFC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6BD; }
p { color: rgb(175,198,189); }
H1.HeaderClassName
{
color: #AFC6BD;
}
.AnyTagClassName
{
color: #AFC6BD;
}
</style>
background-color css
<style>
a { background-color: #AFC6BD; }
a { background-color: rgb(175,198,189); }
div.DivClassName
{
background-color: #AFC6BD;
}
.BgClassName
{
background-color: #AFC6BD;
}
</style>
border-color css
<style>
span { border-color: #AFC6BD; }
span { border-color: rgb(175,198,189); }
td.TdClassName
{
border-color: #AFC6BD;
}
.TagClassName
{
border-color: #AFC6BD;
}
</style>