Shades of Biloba Flower #B798DA
Tints of Biloba Flower #B798DA
RGB
CMYK
RGB Variations
Color information
#B798DA (or 0xB798DA) is known color: Biloba Flower. HEX triplet: B7, 98 and DA. RGB value is (183,152,218). Sum of RGB (Red+Green+Blue) = 183+152+218=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B798DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798DA is #486725. Grayscale: #A8A8A8. Windows color (decimal): -4744998 or 14325943. OLE color: 14325943.
HSL color Cylindrical-coordinate representation of color #B798DA: hue angle of 268.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B798DA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 152 | 218 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.15 |
| HSL | 268.18º | 0.47% | 0.73% | - |
| HSV(B) | 268.18º | 0.3% | 0.85% | - |
| XYZ | 43.41 | 37.59 | 71.3 | - |
| YUV | 168.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 218 | 0.16 | 0.30 | 0 | 0.15 | 268.18 | 0.47 | 0.73 |
| Hex | B7 | 98 | DA | 10 | 1E | 0 | F | 10C | 2F | 49 |
| Octal | 267 | 230 | 332 | 20 | 36 | 0 | 17 | 414 | 57 | 111 |
| Binary | 10110111 | 10011000 | 11011010 | 10000 | 11110 | 0 | 1111 | 100001100 | 101111 | 1001001 |
Color Harmonies of #B798DA
Complementary color
Monochromatic Colors of #B798DA
Black with #B798DA
Text Example
Text Example
White with #B798DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798DA; }
p { color: rgb(183,152,218); }
H1.HeaderClassName
{
color: #B798DA;
}
.AnyTagClassName
{
color: #B798DA;
}
</style>
background-color css
<style>
a { background-color: #B798DA; }
a { background-color: rgb(183,152,218); }
div.DivClassName
{
background-color: #B798DA;
}
.BgClassName
{
background-color: #B798DA;
}
</style>
border-color css
<style>
span { border-color: #B798DA; }
span { border-color: rgb(183,152,218); }
td.TdClassName
{
border-color: #B798DA;
}
.TagClassName
{
border-color: #B798DA;
}
</style>