Shades of Tiara #AFC7BC
Tints of Tiara #AFC7BC
RGB
CMYK
RGB Variations
Color information
#AFC7BC (or 0xAFC7BC) is known color: Tiara. HEX triplet: AF, C7 and BC. RGB value is (175,199,188). Sum of RGB (Red+Green+Blue) = 175+199+188=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7BC is #503843. Grayscale: #BEBEBE. Windows color (decimal): -5257284 or 12371887. OLE color: 12371887.
HSL color Cylindrical-coordinate representation of color #AFC7BC: hue angle of 152.5º degrees, saturation: 0.18, 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 #AFC7BC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 188 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.22 |
| HSL | 152.5º | 0.18% | 0.73% | - |
| HSV(B) | 152.5º | 0.12% | 0.78% | - |
| XYZ | 47.18 | 53.59 | 55.43 | - |
| YUV | 190.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 188 | 0.12 | 0 | 0.06 | 0.22 | 152.5 | 0.18 | 0.73 |
| Hex | AF | C7 | BC | C | 0 | 6 | 16 | 98 | 12 | 49 |
| Octal | 257 | 307 | 274 | 14 | 0 | 6 | 26 | 230 | 22 | 111 |
| Binary | 10101111 | 11000111 | 10111100 | 1100 | 0 | 110 | 10110 | 10011000 | 10010 | 1001001 |
Color Harmonies of #AFC7BC
Complementary color
Monochromatic Colors of #AFC7BC
Black with #AFC7BC
Text Example
Text Example
White with #AFC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7BC; }
p { color: rgb(175,199,188); }
H1.HeaderClassName
{
color: #AFC7BC;
}
.AnyTagClassName
{
color: #AFC7BC;
}
</style>
background-color css
<style>
a { background-color: #AFC7BC; }
a { background-color: rgb(175,199,188); }
div.DivClassName
{
background-color: #AFC7BC;
}
.BgClassName
{
background-color: #AFC7BC;
}
</style>
border-color css
<style>
span { border-color: #AFC7BC; }
span { border-color: rgb(175,199,188); }
td.TdClassName
{
border-color: #AFC7BC;
}
.TagClassName
{
border-color: #AFC7BC;
}
</style>