Shades of Tiara #AFC7BD
Tints of Tiara #AFC7BD
RGB
CMYK
RGB Variations
Color information
#AFC7BD (or 0xAFC7BD) is known color: Tiara. HEX triplet: AF, C7 and BD. RGB value is (175,199,189). Sum of RGB (Red+Green+Blue) = 175+199+189=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7BD is #503842. Grayscale: #BEBEBE. Windows color (decimal): -5257283 or 12437423. OLE color: 12437423.
HSL color Cylindrical-coordinate representation of color #AFC7BD: hue angle of 155º 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 #AFC7BD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 189 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.22 |
| HSL | 155º | 0.18% | 0.73% | - |
| HSV(B) | 155º | 0.12% | 0.78% | - |
| XYZ | 47.29 | 53.63 | 56 | - |
| YUV | 190.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 189 | 0.12 | 0 | 0.05 | 0.22 | 155 | 0.18 | 0.73 |
| Hex | AF | C7 | BD | C | 0 | 5 | 16 | 9B | 12 | 49 |
| Octal | 257 | 307 | 275 | 14 | 0 | 5 | 26 | 233 | 22 | 111 |
| Binary | 10101111 | 11000111 | 10111101 | 1100 | 0 | 101 | 10110 | 10011011 | 10010 | 1001001 |
Color Harmonies of #AFC7BD
Complementary color
Monochromatic Colors of #AFC7BD
Black with #AFC7BD
Text Example
Text Example
White with #AFC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7BD; }
p { color: rgb(175,199,189); }
H1.HeaderClassName
{
color: #AFC7BD;
}
.AnyTagClassName
{
color: #AFC7BD;
}
</style>
background-color css
<style>
a { background-color: #AFC7BD; }
a { background-color: rgb(175,199,189); }
div.DivClassName
{
background-color: #AFC7BD;
}
.BgClassName
{
background-color: #AFC7BD;
}
</style>
border-color css
<style>
span { border-color: #AFC7BD; }
span { border-color: rgb(175,199,189); }
td.TdClassName
{
border-color: #AFC7BD;
}
.TagClassName
{
border-color: #AFC7BD;
}
</style>