Shades of Biloba Flower #A99CBE
Tints of Biloba Flower #A99CBE
RGB
CMYK
RGB Variations
Color information
#A99CBE (or 0xA99CBE) is known color: Biloba Flower. HEX triplet: A9, 9C and BE. RGB value is (169,156,190). Sum of RGB (Red+Green+Blue) = 169+156+190=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A99CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CBE is #566341. Grayscale: #A3A3A3. Windows color (decimal): -5661506 or 12491945. OLE color: 12491945.
HSL color Cylindrical-coordinate representation of color #A99CBE: hue angle of 262.94º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99CBE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 156 | 190 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.25 |
| HSL | 262.94º | 0.21% | 0.68% | - |
| HSV(B) | 262.94º | 0.18% | 0.75% | - |
| XYZ | 37.54 | 35.93 | 53.67 | - |
| YUV | 163.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 190 | 0.11 | 0.18 | 0 | 0.25 | 262.94 | 0.21 | 0.68 |
| Hex | A9 | 9C | BE | B | 12 | 0 | 19 | 107 | 15 | 44 |
| Octal | 251 | 234 | 276 | 13 | 22 | 0 | 31 | 407 | 25 | 104 |
| Binary | 10101001 | 10011100 | 10111110 | 1011 | 10010 | 0 | 11001 | 100000111 | 10101 | 1000100 |
Color Harmonies of #A99CBE
Complementary color
Monochromatic Colors of #A99CBE
Black with #A99CBE
Text Example
Text Example
White with #A99CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CBE; }
p { color: rgb(169,156,190); }
H1.HeaderClassName
{
color: #A99CBE;
}
.AnyTagClassName
{
color: #A99CBE;
}
</style>
background-color css
<style>
a { background-color: #A99CBE; }
a { background-color: rgb(169,156,190); }
div.DivClassName
{
background-color: #A99CBE;
}
.BgClassName
{
background-color: #A99CBE;
}
</style>
border-color css
<style>
span { border-color: #A99CBE; }
span { border-color: rgb(169,156,190); }
td.TdClassName
{
border-color: #A99CBE;
}
.TagClassName
{
border-color: #A99CBE;
}
</style>