Shades of Biloba Flower #B89CE0
Tints of Biloba Flower #B89CE0
RGB
CMYK
RGB Variations
Color information
#B89CE0 (or 0xB89CE0) is known color: Biloba Flower. HEX triplet: B8, 9C and E0. RGB value is (184,156,224). Sum of RGB (Red+Green+Blue) = 184+156+224=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #B89CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CE0 is #47631F. Grayscale: #ABABAB. Windows color (decimal): -4678432 or 14720184. OLE color: 14720184.
HSL color Cylindrical-coordinate representation of color #B89CE0: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89CE0 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 156 | 224 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.12 |
| HSL | 264.71º | 0.52% | 0.75% | - |
| HSV(B) | 264.71º | 0.3% | 0.88% | - |
| XYZ | 45.11 | 39.35 | 75.74 | - |
| YUV | 172.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 224 | 0.18 | 0.30 | 0 | 0.12 | 264.71 | 0.52 | 0.75 |
| Hex | B8 | 9C | E0 | 12 | 1E | 0 | C | 109 | 34 | 4B |
| Octal | 270 | 234 | 340 | 22 | 36 | 0 | 14 | 411 | 64 | 113 |
| Binary | 10111000 | 10011100 | 11100000 | 10010 | 11110 | 0 | 1100 | 100001001 | 110100 | 1001011 |
Color Harmonies of #B89CE0
Complementary color
Monochromatic Colors of #B89CE0
Black with #B89CE0
Text Example
Text Example
White with #B89CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CE0; }
p { color: rgb(184,156,224); }
H1.HeaderClassName
{
color: #B89CE0;
}
.AnyTagClassName
{
color: #B89CE0;
}
</style>
background-color css
<style>
a { background-color: #B89CE0; }
a { background-color: rgb(184,156,224); }
div.DivClassName
{
background-color: #B89CE0;
}
.BgClassName
{
background-color: #B89CE0;
}
</style>
border-color css
<style>
span { border-color: #B89CE0; }
span { border-color: rgb(184,156,224); }
td.TdClassName
{
border-color: #B89CE0;
}
.TagClassName
{
border-color: #B89CE0;
}
</style>