Shades of Biloba Flower #B799DF
Tints of Biloba Flower #B799DF
RGB
CMYK
RGB Variations
Color information
#B799DF (or 0xB799DF) is known color: Biloba Flower. HEX triplet: B7, 99 and DF. RGB value is (183,153,223). Sum of RGB (Red+Green+Blue) = 183+153+223=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B799DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799DF is #486620. Grayscale: #A9A9A9. Windows color (decimal): -4744737 or 14653879. OLE color: 14653879.
HSL color Cylindrical-coordinate representation of color #B799DF: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B799DF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 153 | 223 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.13 |
| HSL | 265.71º | 0.52% | 0.74% | - |
| HSV(B) | 265.71º | 0.31% | 0.87% | - |
| XYZ | 44.24 | 38.18 | 74.85 | - |
| YUV | 169.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 223 | 0.18 | 0.31 | 0 | 0.13 | 265.71 | 0.52 | 0.74 |
| Hex | B7 | 99 | DF | 12 | 1F | 0 | D | 10A | 34 | 4A |
| Octal | 267 | 231 | 337 | 22 | 37 | 0 | 15 | 412 | 64 | 112 |
| Binary | 10110111 | 10011001 | 11011111 | 10010 | 11111 | 0 | 1101 | 100001010 | 110100 | 1001010 |
Color Harmonies of #B799DF
Complementary color
Monochromatic Colors of #B799DF
Black with #B799DF
Text Example
Text Example
White with #B799DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799DF; }
p { color: rgb(183,153,223); }
H1.HeaderClassName
{
color: #B799DF;
}
.AnyTagClassName
{
color: #B799DF;
}
</style>
background-color css
<style>
a { background-color: #B799DF; }
a { background-color: rgb(183,153,223); }
div.DivClassName
{
background-color: #B799DF;
}
.BgClassName
{
background-color: #B799DF;
}
</style>
border-color css
<style>
span { border-color: #B799DF; }
span { border-color: rgb(183,153,223); }
td.TdClassName
{
border-color: #B799DF;
}
.TagClassName
{
border-color: #B799DF;
}
</style>