Shades of Biloba Flower #AFA8BC
Tints of Biloba Flower #AFA8BC
RGB
CMYK
RGB Variations
Color information
#AFA8BC (or 0xAFA8BC) is known color: Biloba Flower. HEX triplet: AF, A8 and BC. RGB value is (175,168,188). Sum of RGB (Red+Green+Blue) = 175+168+188=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8BC is #505743. Grayscale: #ACACAC. Windows color (decimal): -5265220 or 12363951. OLE color: 12363951.
HSL color Cylindrical-coordinate representation of color #AFA8BC: hue angle of 261º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA8BC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 168 | 188 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.26 |
| HSL | 261º | 0.13% | 0.7% | - |
| HSV(B) | 261º | 0.11% | 0.74% | - |
| XYZ | 40.76 | 40.75 | 53.29 | - |
| YUV | 172.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 188 | 0.07 | 0.11 | 0 | 0.26 | 261 | 0.13 | 0.7 |
| Hex | AF | A8 | BC | 7 | B | 0 | 1A | 105 | D | 46 |
| Octal | 257 | 250 | 274 | 7 | 13 | 0 | 32 | 405 | 15 | 106 |
| Binary | 10101111 | 10101000 | 10111100 | 111 | 1011 | 0 | 11010 | 100000101 | 1101 | 1000110 |
Color Harmonies of #AFA8BC
Complementary color
Monochromatic Colors of #AFA8BC
Black with #AFA8BC
Text Example
Text Example
White with #AFA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8BC; }
p { color: rgb(175,168,188); }
H1.HeaderClassName
{
color: #AFA8BC;
}
.AnyTagClassName
{
color: #AFA8BC;
}
</style>
background-color css
<style>
a { background-color: #AFA8BC; }
a { background-color: rgb(175,168,188); }
div.DivClassName
{
background-color: #AFA8BC;
}
.BgClassName
{
background-color: #AFA8BC;
}
</style>
border-color css
<style>
span { border-color: #AFA8BC; }
span { border-color: rgb(175,168,188); }
td.TdClassName
{
border-color: #AFA8BC;
}
.TagClassName
{
border-color: #AFA8BC;
}
</style>