Shades of Biloba Flower #B69AE9
Tints of Biloba Flower #B69AE9
RGB
CMYK
RGB Variations
Color information
#B69AE9 (or 0xB69AE9) is known color: Biloba Flower. HEX triplet: B6, 9A and E9. RGB value is (182,154,233). Sum of RGB (Red+Green+Blue) = 182+154+233=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #B69AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AE9 is #496516. Grayscale: #ABABAB. Windows color (decimal): -4810007 or 15309494. OLE color: 15309494.
HSL color Cylindrical-coordinate representation of color #B69AE9: hue angle of 261.27º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69AE9 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 154 | 233 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.09 |
| HSL | 261.27º | 0.64% | 0.76% | - |
| HSV(B) | 261.27º | 0.34% | 0.91% | - |
| XYZ | 45.55 | 38.94 | 82.21 | - |
| YUV | 171.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 233 | 0.22 | 0.34 | 0 | 0.09 | 261.27 | 0.64 | 0.76 |
| Hex | B6 | 9A | E9 | 16 | 22 | 0 | 9 | 105 | 40 | 4C |
| Octal | 266 | 232 | 351 | 26 | 42 | 0 | 11 | 405 | 100 | 114 |
| Binary | 10110110 | 10011010 | 11101001 | 10110 | 100010 | 0 | 1001 | 100000101 | 1000000 | 1001100 |
Color Harmonies of #B69AE9
Complementary color
Monochromatic Colors of #B69AE9
Black with #B69AE9
Text Example
Text Example
White with #B69AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69AE9; }
p { color: rgb(182,154,233); }
H1.HeaderClassName
{
color: #B69AE9;
}
.AnyTagClassName
{
color: #B69AE9;
}
</style>
background-color css
<style>
a { background-color: #B69AE9; }
a { background-color: rgb(182,154,233); }
div.DivClassName
{
background-color: #B69AE9;
}
.BgClassName
{
background-color: #B69AE9;
}
</style>
border-color css
<style>
span { border-color: #B69AE9; }
span { border-color: rgb(182,154,233); }
td.TdClassName
{
border-color: #B69AE9;
}
.TagClassName
{
border-color: #B69AE9;
}
</style>