Shades of Biloba Flower #B891E8
Tints of Biloba Flower #B891E8
RGB
CMYK
RGB Variations
Color information
#B891E8 (or 0xB891E8) is known color: Biloba Flower. HEX triplet: B8, 91 and E8. RGB value is (184,145,232). Sum of RGB (Red+Green+Blue) = 184+145+232=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #B891E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B891E8 is #476E17. Grayscale: #A6A6A6. Windows color (decimal): -4681240 or 15241656. OLE color: 15241656.
HSL color Cylindrical-coordinate representation of color #B891E8: hue angle of 266.9º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B891E8 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 145 | 232 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.09 |
| HSL | 266.9º | 0.65% | 0.74% | - |
| HSV(B) | 266.9º | 0.38% | 0.91% | - |
| XYZ | 44.46 | 36.27 | 81 | - |
| YUV | 166.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 232 | 0.21 | 0.38 | 0 | 0.09 | 266.9 | 0.65 | 0.74 |
| Hex | B8 | 91 | E8 | 15 | 26 | 0 | 9 | 10B | 41 | 4A |
| Octal | 270 | 221 | 350 | 25 | 46 | 0 | 11 | 413 | 101 | 112 |
| Binary | 10111000 | 10010001 | 11101000 | 10101 | 100110 | 0 | 1001 | 100001011 | 1000001 | 1001010 |
Color Harmonies of #B891E8
Complementary color
Monochromatic Colors of #B891E8
Black with #B891E8
Text Example
Text Example
White with #B891E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891E8; }
p { color: rgb(184,145,232); }
H1.HeaderClassName
{
color: #B891E8;
}
.AnyTagClassName
{
color: #B891E8;
}
</style>
background-color css
<style>
a { background-color: #B891E8; }
a { background-color: rgb(184,145,232); }
div.DivClassName
{
background-color: #B891E8;
}
.BgClassName
{
background-color: #B891E8;
}
</style>
border-color css
<style>
span { border-color: #B891E8; }
span { border-color: rgb(184,145,232); }
td.TdClassName
{
border-color: #B891E8;
}
.TagClassName
{
border-color: #B891E8;
}
</style>