Shades of Biloba Flower #B799E9
Tints of Biloba Flower #B799E9
RGB
CMYK
RGB Variations
Color information
#B799E9 (or 0xB799E9) is known color: Biloba Flower. HEX triplet: B7, 99 and E9. RGB value is (183,153,233). Sum of RGB (Red+Green+Blue) = 183+153+233=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 153 (60.16% from 255 or 26.89% 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 #B799E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B799E9 is #486616. Grayscale: #AAAAAA. Windows color (decimal): -4744727 or 15309239. OLE color: 15309239.
HSL color Cylindrical-coordinate representation of color #B799E9: hue angle of 262.5º degrees, saturation: 0.65, 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 #B799E9 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 153 | 233 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.09 |
| HSL | 262.5º | 0.65% | 0.76% | - |
| HSV(B) | 262.5º | 0.34% | 0.91% | - |
| XYZ | 45.63 | 38.73 | 82.16 | - |
| YUV | 171.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 233 | 0.21 | 0.34 | 0 | 0.09 | 262.5 | 0.65 | 0.76 |
| Hex | B7 | 99 | E9 | 15 | 22 | 0 | 9 | 106 | 41 | 4C |
| Octal | 267 | 231 | 351 | 25 | 42 | 0 | 11 | 406 | 101 | 114 |
| Binary | 10110111 | 10011001 | 11101001 | 10101 | 100010 | 0 | 1001 | 100000110 | 1000001 | 1001100 |
Color Harmonies of #B799E9
Complementary color
Monochromatic Colors of #B799E9
Black with #B799E9
Text Example
Text Example
White with #B799E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799E9; }
p { color: rgb(183,153,233); }
H1.HeaderClassName
{
color: #B799E9;
}
.AnyTagClassName
{
color: #B799E9;
}
</style>
background-color css
<style>
a { background-color: #B799E9; }
a { background-color: rgb(183,153,233); }
div.DivClassName
{
background-color: #B799E9;
}
.BgClassName
{
background-color: #B799E9;
}
</style>
border-color css
<style>
span { border-color: #B799E9; }
span { border-color: rgb(183,153,233); }
td.TdClassName
{
border-color: #B799E9;
}
.TagClassName
{
border-color: #B799E9;
}
</style>