Shades of Biloba Flower #B894E4
Tints of Biloba Flower #B894E4
RGB
CMYK
RGB Variations
Color information
#B894E4 (or 0xB894E4) is known color: Biloba Flower. HEX triplet: B8, 94 and E4. RGB value is (184,148,228). Sum of RGB (Red+Green+Blue) = 184+148+228=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #B894E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894E4 is #476B1B. Grayscale: #A7A7A7. Windows color (decimal): -4680476 or 14980280. OLE color: 14980280.
HSL color Cylindrical-coordinate representation of color #B894E4: hue angle of 267º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B894E4 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 148 | 228 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.11 |
| HSL | 267º | 0.6% | 0.74% | - |
| HSV(B) | 267º | 0.35% | 0.89% | - |
| XYZ | 44.36 | 36.97 | 78.2 | - |
| YUV | 167.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 228 | 0.19 | 0.35 | 0 | 0.11 | 267 | 0.6 | 0.74 |
| Hex | B8 | 94 | E4 | 13 | 23 | 0 | B | 10B | 3C | 4A |
| Octal | 270 | 224 | 344 | 23 | 43 | 0 | 13 | 413 | 74 | 112 |
| Binary | 10111000 | 10010100 | 11100100 | 10011 | 100011 | 0 | 1011 | 100001011 | 111100 | 1001010 |
Color Harmonies of #B894E4
Complementary color
Monochromatic Colors of #B894E4
Black with #B894E4
Text Example
Text Example
White with #B894E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894E4; }
p { color: rgb(184,148,228); }
H1.HeaderClassName
{
color: #B894E4;
}
.AnyTagClassName
{
color: #B894E4;
}
</style>
background-color css
<style>
a { background-color: #B894E4; }
a { background-color: rgb(184,148,228); }
div.DivClassName
{
background-color: #B894E4;
}
.BgClassName
{
background-color: #B894E4;
}
</style>
border-color css
<style>
span { border-color: #B894E4; }
span { border-color: rgb(184,148,228); }
td.TdClassName
{
border-color: #B894E4;
}
.TagClassName
{
border-color: #B894E4;
}
</style>