Shades of Biloba Flower #B799DB
Tints of Biloba Flower #B799DB
RGB
CMYK
RGB Variations
Color information
#B799DB (or 0xB799DB) is known color: Biloba Flower. HEX triplet: B7, 99 and DB. RGB value is (183,153,219). Sum of RGB (Red+Green+Blue) = 183+153+219=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B799DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799DB is #486624. Grayscale: #A9A9A9. Windows color (decimal): -4744741 or 14391735. OLE color: 14391735.
HSL color Cylindrical-coordinate representation of color #B799DB: hue angle of 267.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B799DB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 153 | 219 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.14 |
| HSL | 267.27º | 0.48% | 0.73% | - |
| HSV(B) | 267.27º | 0.3% | 0.86% | - |
| XYZ | 43.71 | 37.96 | 72.04 | - |
| YUV | 169.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 219 | 0.16 | 0.30 | 0 | 0.14 | 267.27 | 0.48 | 0.73 |
| Hex | B7 | 99 | DB | 10 | 1E | 0 | E | 10B | 30 | 49 |
| Octal | 267 | 231 | 333 | 20 | 36 | 0 | 16 | 413 | 60 | 111 |
| Binary | 10110111 | 10011001 | 11011011 | 10000 | 11110 | 0 | 1110 | 100001011 | 110000 | 1001001 |
Color Harmonies of #B799DB
Complementary color
Monochromatic Colors of #B799DB
Black with #B799DB
Text Example
Text Example
White with #B799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799DB; }
p { color: rgb(183,153,219); }
H1.HeaderClassName
{
color: #B799DB;
}
.AnyTagClassName
{
color: #B799DB;
}
</style>
background-color css
<style>
a { background-color: #B799DB; }
a { background-color: rgb(183,153,219); }
div.DivClassName
{
background-color: #B799DB;
}
.BgClassName
{
background-color: #B799DB;
}
</style>
border-color css
<style>
span { border-color: #B799DB; }
span { border-color: rgb(183,153,219); }
td.TdClassName
{
border-color: #B799DB;
}
.TagClassName
{
border-color: #B799DB;
}
</style>