Shades of Tiara #AFC8BE
Tints of Tiara #AFC8BE
RGB
CMYK
RGB Variations
Color information
#AFC8BE (or 0xAFC8BE) is known color: Tiara. HEX triplet: AF, C8 and BE. RGB value is (175,200,190). Sum of RGB (Red+Green+Blue) = 175+200+190=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BE is #503741. Grayscale: #BFBFBF. Windows color (decimal): -5257026 or 12503215. OLE color: 12503215.
HSL color Cylindrical-coordinate representation of color #AFC8BE: hue angle of 156º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8BE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 190 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.22 |
| HSL | 156º | 0.19% | 0.74% | - |
| HSV(B) | 156º | 0.13% | 0.78% | - |
| XYZ | 47.63 | 54.14 | 56.66 | - |
| YUV | 191.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 190 | 0.12 | 0 | 0.05 | 0.22 | 156 | 0.19 | 0.74 |
| Hex | AF | C8 | BE | C | 0 | 5 | 16 | 9C | 13 | 4A |
| Octal | 257 | 310 | 276 | 14 | 0 | 5 | 26 | 234 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10111110 | 1100 | 0 | 101 | 10110 | 10011100 | 10011 | 1001010 |
Color Harmonies of #AFC8BE
Complementary color
Monochromatic Colors of #AFC8BE
Black with #AFC8BE
Text Example
Text Example
White with #AFC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8BE; }
p { color: rgb(175,200,190); }
H1.HeaderClassName
{
color: #AFC8BE;
}
.AnyTagClassName
{
color: #AFC8BE;
}
</style>
background-color css
<style>
a { background-color: #AFC8BE; }
a { background-color: rgb(175,200,190); }
div.DivClassName
{
background-color: #AFC8BE;
}
.BgClassName
{
background-color: #AFC8BE;
}
</style>
border-color css
<style>
span { border-color: #AFC8BE; }
span { border-color: rgb(175,200,190); }
td.TdClassName
{
border-color: #AFC8BE;
}
.TagClassName
{
border-color: #AFC8BE;
}
</style>