Shades of Tiara #AFC5BC
Tints of Tiara #AFC5BC
RGB
CMYK
RGB Variations
Color information
#AFC5BC (or 0xAFC5BC) is known color: Tiara. HEX triplet: AF, C5 and BC. RGB value is (175,197,188). Sum of RGB (Red+Green+Blue) = 175+197+188=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BC is #503A43. Grayscale: #BDBDBD. Windows color (decimal): -5257796 or 12371375. OLE color: 12371375.
HSL color Cylindrical-coordinate representation of color #AFC5BC: hue angle of 155.45º 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 #AFC5BC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 188 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.23 |
| HSL | 155.45º | 0.16% | 0.73% | - |
| HSV(B) | 155.45º | 0.11% | 0.77% | - |
| XYZ | 46.72 | 52.68 | 55.28 | - |
| YUV | 189.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 188 | 0.11 | 0 | 0.05 | 0.23 | 155.45 | 0.16 | 0.73 |
| Hex | AF | C5 | BC | B | 0 | 5 | 17 | 9B | 10 | 49 |
| Octal | 257 | 305 | 274 | 13 | 0 | 5 | 27 | 233 | 20 | 111 |
| Binary | 10101111 | 11000101 | 10111100 | 1011 | 0 | 101 | 10111 | 10011011 | 10000 | 1001001 |
Color Harmonies of #AFC5BC
Complementary color
Monochromatic Colors of #AFC5BC
Black with #AFC5BC
Text Example
Text Example
White with #AFC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5BC; }
p { color: rgb(175,197,188); }
H1.HeaderClassName
{
color: #AFC5BC;
}
.AnyTagClassName
{
color: #AFC5BC;
}
</style>
background-color css
<style>
a { background-color: #AFC5BC; }
a { background-color: rgb(175,197,188); }
div.DivClassName
{
background-color: #AFC5BC;
}
.BgClassName
{
background-color: #AFC5BC;
}
</style>
border-color css
<style>
span { border-color: #AFC5BC; }
span { border-color: rgb(175,197,188); }
td.TdClassName
{
border-color: #AFC5BC;
}
.TagClassName
{
border-color: #AFC5BC;
}
</style>