Shades of Biloba Flower #B799E7
Tints of Biloba Flower #B799E7
RGB
CMYK
RGB Variations
Color information
#B799E7 (or 0xB799E7) is known color: Biloba Flower. HEX triplet: B7, 99 and E7. RGB value is (183,153,231). Sum of RGB (Red+Green+Blue) = 183+153+231=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #B799E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B799E7 is #486618. Grayscale: #AAAAAA. Windows color (decimal): -4744729 or 15178167. OLE color: 15178167.
HSL color Cylindrical-coordinate representation of color #B799E7: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B799E7 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 153 | 231 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.09 |
| HSL | 263.08º | 0.62% | 0.75% | - |
| HSV(B) | 263.08º | 0.34% | 0.91% | - |
| XYZ | 45.34 | 38.62 | 80.67 | - |
| YUV | 170.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 231 | 0.21 | 0.34 | 0 | 0.09 | 263.08 | 0.62 | 0.75 |
| Hex | B7 | 99 | E7 | 15 | 22 | 0 | 9 | 107 | 3E | 4B |
| Octal | 267 | 231 | 347 | 25 | 42 | 0 | 11 | 407 | 76 | 113 |
| Binary | 10110111 | 10011001 | 11100111 | 10101 | 100010 | 0 | 1001 | 100000111 | 111110 | 1001011 |
Color Harmonies of #B799E7
Complementary color
Monochromatic Colors of #B799E7
Black with #B799E7
Text Example
Text Example
White with #B799E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799E7; }
p { color: rgb(183,153,231); }
H1.HeaderClassName
{
color: #B799E7;
}
.AnyTagClassName
{
color: #B799E7;
}
</style>
background-color css
<style>
a { background-color: #B799E7; }
a { background-color: rgb(183,153,231); }
div.DivClassName
{
background-color: #B799E7;
}
.BgClassName
{
background-color: #B799E7;
}
</style>
border-color css
<style>
span { border-color: #B799E7; }
span { border-color: rgb(183,153,231); }
td.TdClassName
{
border-color: #B799E7;
}
.TagClassName
{
border-color: #B799E7;
}
</style>