Shades of Biloba Flower #B898DC
Tints of Biloba Flower #B898DC
RGB
CMYK
RGB Variations
Color information
#B898DC (or 0xB898DC) is known color: Biloba Flower. HEX triplet: B8, 98 and DC. RGB value is (184,152,220). Sum of RGB (Red+Green+Blue) = 184+152+220=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B898DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898DC is #476723. Grayscale: #A9A9A9. Windows color (decimal): -4679460 or 14457016. OLE color: 14457016.
HSL color Cylindrical-coordinate representation of color #B898DC: hue angle of 268.24º degrees, saturation: 0.49, 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 #B898DC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 152 | 220 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.14 |
| HSL | 268.24º | 0.49% | 0.73% | - |
| HSV(B) | 268.24º | 0.31% | 0.86% | - |
| XYZ | 43.91 | 37.81 | 72.69 | - |
| YUV | 169.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 220 | 0.16 | 0.31 | 0 | 0.14 | 268.24 | 0.49 | 0.73 |
| Hex | B8 | 98 | DC | 10 | 1F | 0 | E | 10C | 31 | 49 |
| Octal | 270 | 230 | 334 | 20 | 37 | 0 | 16 | 414 | 61 | 111 |
| Binary | 10111000 | 10011000 | 11011100 | 10000 | 11111 | 0 | 1110 | 100001100 | 110001 | 1001001 |
Color Harmonies of #B898DC
Complementary color
Monochromatic Colors of #B898DC
Black with #B898DC
Text Example
Text Example
White with #B898DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898DC; }
p { color: rgb(184,152,220); }
H1.HeaderClassName
{
color: #B898DC;
}
.AnyTagClassName
{
color: #B898DC;
}
</style>
background-color css
<style>
a { background-color: #B898DC; }
a { background-color: rgb(184,152,220); }
div.DivClassName
{
background-color: #B898DC;
}
.BgClassName
{
background-color: #B898DC;
}
</style>
border-color css
<style>
span { border-color: #B898DC; }
span { border-color: rgb(184,152,220); }
td.TdClassName
{
border-color: #B898DC;
}
.TagClassName
{
border-color: #B898DC;
}
</style>