Shades of Biloba Flower #B896E6
Tints of Biloba Flower #B896E6
RGB
CMYK
RGB Variations
Color information
#B896E6 (or 0xB896E6) is known color: Biloba Flower. HEX triplet: B8, 96 and E6. RGB value is (184,150,230). Sum of RGB (Red+Green+Blue) = 184+150+230=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #B896E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896E6 is #476919. Grayscale: #A9A9A9. Windows color (decimal): -4679962 or 15111864. OLE color: 15111864.
HSL color Cylindrical-coordinate representation of color #B896E6: hue angle of 265.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B896E6 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 150 | 230 | - |
| CMYK | 0.2 | 0.35 | 0 | 0.10 |
| HSL | 265.5º | 0.62% | 0.75% | - |
| HSV(B) | 265.5º | 0.35% | 0.9% | - |
| XYZ | 44.96 | 37.72 | 79.77 | - |
| YUV | 169.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 230 | 0.2 | 0.35 | 0 | 0.10 | 265.5 | 0.62 | 0.75 |
| Hex | B8 | 96 | E6 | 14 | 23 | 0 | A | 10A | 3E | 4B |
| Octal | 270 | 226 | 346 | 24 | 43 | 0 | 12 | 412 | 76 | 113 |
| Binary | 10111000 | 10010110 | 11100110 | 10100 | 100011 | 0 | 1010 | 100001010 | 111110 | 1001011 |
Color Harmonies of #B896E6
Complementary color
Monochromatic Colors of #B896E6
Black with #B896E6
Text Example
Text Example
White with #B896E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896E6; }
p { color: rgb(184,150,230); }
H1.HeaderClassName
{
color: #B896E6;
}
.AnyTagClassName
{
color: #B896E6;
}
</style>
background-color css
<style>
a { background-color: #B896E6; }
a { background-color: rgb(184,150,230); }
div.DivClassName
{
background-color: #B896E6;
}
.BgClassName
{
background-color: #B896E6;
}
</style>
border-color css
<style>
span { border-color: #B896E6; }
span { border-color: rgb(184,150,230); }
td.TdClassName
{
border-color: #B896E6;
}
.TagClassName
{
border-color: #B896E6;
}
</style>