Shades of Biloba Flower #B898E7
Tints of Biloba Flower #B898E7
RGB
CMYK
RGB Variations
Color information
#B898E7 (or 0xB898E7) is known color: Biloba Flower. HEX triplet: B8, 98 and E7. RGB value is (184,152,231). Sum of RGB (Red+Green+Blue) = 184+152+231=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #B898E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898E7 is #476718. Grayscale: #AAAAAA. Windows color (decimal): -4679449 or 15177912. OLE color: 15177912.
HSL color Cylindrical-coordinate representation of color #B898E7: hue angle of 264.3º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B898E7 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 152 | 231 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.09 |
| HSL | 264.3º | 0.62% | 0.75% | - |
| HSV(B) | 264.3º | 0.34% | 0.91% | - |
| XYZ | 45.42 | 38.42 | 80.62 | - |
| YUV | 170.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 231 | 0.20 | 0.34 | 0 | 0.09 | 264.3 | 0.62 | 0.75 |
| Hex | B8 | 98 | E7 | 14 | 22 | 0 | 9 | 108 | 3E | 4B |
| Octal | 270 | 230 | 347 | 24 | 42 | 0 | 11 | 410 | 76 | 113 |
| Binary | 10111000 | 10011000 | 11100111 | 10100 | 100010 | 0 | 1001 | 100001000 | 111110 | 1001011 |
Color Harmonies of #B898E7
Complementary color
Monochromatic Colors of #B898E7
Black with #B898E7
Text Example
Text Example
White with #B898E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898E7; }
p { color: rgb(184,152,231); }
H1.HeaderClassName
{
color: #B898E7;
}
.AnyTagClassName
{
color: #B898E7;
}
</style>
background-color css
<style>
a { background-color: #B898E7; }
a { background-color: rgb(184,152,231); }
div.DivClassName
{
background-color: #B898E7;
}
.BgClassName
{
background-color: #B898E7;
}
</style>
border-color css
<style>
span { border-color: #B898E7; }
span { border-color: rgb(184,152,231); }
td.TdClassName
{
border-color: #B898E7;
}
.TagClassName
{
border-color: #B898E7;
}
</style>