Shades of Biloba Flower #B898EC
Tints of Biloba Flower #B898EC
RGB
CMYK
RGB Variations
Color information
#B898EC (or 0xB898EC) is known color: Biloba Flower. HEX triplet: B8, 98 and EC. RGB value is (184,152,236). Sum of RGB (Red+Green+Blue) = 184+152+236=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #B898EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898EC is #476713. Grayscale: #AAAAAA. Windows color (decimal): -4679444 or 15505592. OLE color: 15505592.
HSL color Cylindrical-coordinate representation of color #B898EC: hue angle of 262.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B898EC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 152 | 236 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.07 |
| HSL | 262.86º | 0.69% | 0.76% | - |
| HSV(B) | 262.86º | 0.36% | 0.93% | - |
| XYZ | 46.14 | 38.7 | 84.4 | - |
| YUV | 171.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 236 | 0.22 | 0.36 | 0 | 0.07 | 262.86 | 0.69 | 0.76 |
| Hex | B8 | 98 | EC | 16 | 24 | 0 | 7 | 107 | 45 | 4C |
| Octal | 270 | 230 | 354 | 26 | 44 | 0 | 7 | 407 | 105 | 114 |
| Binary | 10111000 | 10011000 | 11101100 | 10110 | 100100 | 0 | 111 | 100000111 | 1000101 | 1001100 |
Color Harmonies of #B898EC
Complementary color
Monochromatic Colors of #B898EC
Black with #B898EC
Text Example
Text Example
White with #B898EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898EC; }
p { color: rgb(184,152,236); }
H1.HeaderClassName
{
color: #B898EC;
}
.AnyTagClassName
{
color: #B898EC;
}
</style>
background-color css
<style>
a { background-color: #B898EC; }
a { background-color: rgb(184,152,236); }
div.DivClassName
{
background-color: #B898EC;
}
.BgClassName
{
background-color: #B898EC;
}
</style>
border-color css
<style>
span { border-color: #B898EC; }
span { border-color: rgb(184,152,236); }
td.TdClassName
{
border-color: #B898EC;
}
.TagClassName
{
border-color: #B898EC;
}
</style>