Shades of Biloba Flower #A99CBD
Tints of Biloba Flower #A99CBD
RGB
CMYK
RGB Variations
Color information
#A99CBD (or 0xA99CBD) is known color: Biloba Flower. HEX triplet: A9, 9C and BD. RGB value is (169,156,189). Sum of RGB (Red+Green+Blue) = 169+156+189=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #A99CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CBD is #566342. Grayscale: #A3A3A3. Windows color (decimal): -5661507 or 12426409. OLE color: 12426409.
HSL color Cylindrical-coordinate representation of color #A99CBD: hue angle of 263.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99CBD is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 156 | 189 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.26 |
| HSL | 263.64º | 0.2% | 0.68% | - |
| HSV(B) | 263.64º | 0.17% | 0.74% | - |
| XYZ | 37.44 | 35.89 | 53.1 | - |
| YUV | 163.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 189 | 0.11 | 0.17 | 0 | 0.26 | 263.64 | 0.2 | 0.68 |
| Hex | A9 | 9C | BD | B | 11 | 0 | 1A | 108 | 14 | 44 |
| Octal | 251 | 234 | 275 | 13 | 21 | 0 | 32 | 410 | 24 | 104 |
| Binary | 10101001 | 10011100 | 10111101 | 1011 | 10001 | 0 | 11010 | 100001000 | 10100 | 1000100 |
Color Harmonies of #A99CBD
Complementary color
Monochromatic Colors of #A99CBD
Black with #A99CBD
Text Example
Text Example
White with #A99CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CBD; }
p { color: rgb(169,156,189); }
H1.HeaderClassName
{
color: #A99CBD;
}
.AnyTagClassName
{
color: #A99CBD;
}
</style>
background-color css
<style>
a { background-color: #A99CBD; }
a { background-color: rgb(169,156,189); }
div.DivClassName
{
background-color: #A99CBD;
}
.BgClassName
{
background-color: #A99CBD;
}
</style>
border-color css
<style>
span { border-color: #A99CBD; }
span { border-color: rgb(169,156,189); }
td.TdClassName
{
border-color: #A99CBD;
}
.TagClassName
{
border-color: #A99CBD;
}
</style>