Shades of Biloba Flower #B897E0
Tints of Biloba Flower #B897E0
RGB
CMYK
RGB Variations
Color information
#B897E0 (or 0xB897E0) is known color: Biloba Flower. HEX triplet: B8, 97 and E0. RGB value is (184,151,224). Sum of RGB (Red+Green+Blue) = 184+151+224=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #B897E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897E0 is #47681F. Grayscale: #A8A8A8. Windows color (decimal): -4679712 or 14718904. OLE color: 14718904.
HSL color Cylindrical-coordinate representation of color #B897E0: hue angle of 267.12º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B897E0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 151 | 224 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.12 |
| HSL | 267.12º | 0.54% | 0.74% | - |
| HSV(B) | 267.12º | 0.33% | 0.88% | - |
| XYZ | 44.29 | 37.71 | 75.46 | - |
| YUV | 169.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 224 | 0.18 | 0.33 | 0 | 0.12 | 267.12 | 0.54 | 0.74 |
| Hex | B8 | 97 | E0 | 12 | 21 | 0 | C | 10B | 36 | 4A |
| Octal | 270 | 227 | 340 | 22 | 41 | 0 | 14 | 413 | 66 | 112 |
| Binary | 10111000 | 10010111 | 11100000 | 10010 | 100001 | 0 | 1100 | 100001011 | 110110 | 1001010 |
Color Harmonies of #B897E0
Complementary color
Monochromatic Colors of #B897E0
Black with #B897E0
Text Example
Text Example
White with #B897E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B897E0; }
p { color: rgb(184,151,224); }
H1.HeaderClassName
{
color: #B897E0;
}
.AnyTagClassName
{
color: #B897E0;
}
</style>
background-color css
<style>
a { background-color: #B897E0; }
a { background-color: rgb(184,151,224); }
div.DivClassName
{
background-color: #B897E0;
}
.BgClassName
{
background-color: #B897E0;
}
</style>
border-color css
<style>
span { border-color: #B897E0; }
span { border-color: rgb(184,151,224); }
td.TdClassName
{
border-color: #B897E0;
}
.TagClassName
{
border-color: #B897E0;
}
</style>