Shades of Biloba Flower #B898DB
Tints of Biloba Flower #B898DB
RGB
CMYK
RGB Variations
Color information
#B898DB (or 0xB898DB) is known color: Biloba Flower. HEX triplet: B8, 98 and DB. RGB value is (184,152,219). Sum of RGB (Red+Green+Blue) = 184+152+219=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 152 (59.77% from 255 or 27.39% 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 #B898DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898DB is #476724. Grayscale: #A8A8A8. Windows color (decimal): -4679461 or 14391480. OLE color: 14391480.
HSL color Cylindrical-coordinate representation of color #B898DB: hue angle of 268.66º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B898DB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 152 | 219 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.14 |
| HSL | 268.66º | 0.48% | 0.73% | - |
| HSV(B) | 268.66º | 0.31% | 0.86% | - |
| XYZ | 43.78 | 37.76 | 72 | - |
| YUV | 169.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 219 | 0.16 | 0.31 | 0 | 0.14 | 268.66 | 0.48 | 0.73 |
| Hex | B8 | 98 | DB | 10 | 1F | 0 | E | 10D | 30 | 49 |
| Octal | 270 | 230 | 333 | 20 | 37 | 0 | 16 | 415 | 60 | 111 |
| Binary | 10111000 | 10011000 | 11011011 | 10000 | 11111 | 0 | 1110 | 100001101 | 110000 | 1001001 |
Color Harmonies of #B898DB
Complementary color
Monochromatic Colors of #B898DB
Black with #B898DB
Text Example
Text Example
White with #B898DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898DB; }
p { color: rgb(184,152,219); }
H1.HeaderClassName
{
color: #B898DB;
}
.AnyTagClassName
{
color: #B898DB;
}
</style>
background-color css
<style>
a { background-color: #B898DB; }
a { background-color: rgb(184,152,219); }
div.DivClassName
{
background-color: #B898DB;
}
.BgClassName
{
background-color: #B898DB;
}
</style>
border-color css
<style>
span { border-color: #B898DB; }
span { border-color: rgb(184,152,219); }
td.TdClassName
{
border-color: #B898DB;
}
.TagClassName
{
border-color: #B898DB;
}
</style>