Shades of Tiara #AFC4BB
Tints of Tiara #AFC4BB
RGB
CMYK
RGB Variations
Color information
#AFC4BB (or 0xAFC4BB) is known color: Tiara. HEX triplet: AF, C4 and BB. RGB value is (175,196,187). Sum of RGB (Red+Green+Blue) = 175+196+187=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4BB is #503B44. Grayscale: #BCBCBC. Windows color (decimal): -5258053 or 12305583. OLE color: 12305583.
HSL color Cylindrical-coordinate representation of color #AFC4BB: hue angle of 154.29º degrees, saturation: 0.15, 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 #AFC4BB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 187 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.23 |
| HSL | 154.29º | 0.15% | 0.73% | - |
| HSV(B) | 154.29º | 0.11% | 0.77% | - |
| XYZ | 46.39 | 52.18 | 54.64 | - |
| YUV | 188.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 187 | 0.11 | 0 | 0.05 | 0.23 | 154.29 | 0.15 | 0.73 |
| Hex | AF | C4 | BB | B | 0 | 5 | 17 | 9A | F | 49 |
| Octal | 257 | 304 | 273 | 13 | 0 | 5 | 27 | 232 | 17 | 111 |
| Binary | 10101111 | 11000100 | 10111011 | 1011 | 0 | 101 | 10111 | 10011010 | 1111 | 1001001 |
Color Harmonies of #AFC4BB
Complementary color
Monochromatic Colors of #AFC4BB
Black with #AFC4BB
Text Example
Text Example
White with #AFC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4BB; }
p { color: rgb(175,196,187); }
H1.HeaderClassName
{
color: #AFC4BB;
}
.AnyTagClassName
{
color: #AFC4BB;
}
</style>
background-color css
<style>
a { background-color: #AFC4BB; }
a { background-color: rgb(175,196,187); }
div.DivClassName
{
background-color: #AFC4BB;
}
.BgClassName
{
background-color: #AFC4BB;
}
</style>
border-color css
<style>
span { border-color: #AFC4BB; }
span { border-color: rgb(175,196,187); }
td.TdClassName
{
border-color: #AFC4BB;
}
.TagClassName
{
border-color: #AFC4BB;
}
</style>