Shades of Biloba Flower #B896D7
Tints of Biloba Flower #B896D7
RGB
CMYK
RGB Variations
Color information
#B896D7 (or 0xB896D7) is known color: Biloba Flower. HEX triplet: B8, 96 and D7. RGB value is (184,150,215). Sum of RGB (Red+Green+Blue) = 184+150+215=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #B896D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896D7 is #476928. Grayscale: #A7A7A7. Windows color (decimal): -4679977 or 14128824. OLE color: 14128824.
HSL color Cylindrical-coordinate representation of color #B896D7: hue angle of 271.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B896D7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 150 | 215 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.16 |
| HSL | 271.38º | 0.45% | 0.72% | - |
| HSV(B) | 271.38º | 0.3% | 0.84% | - |
| XYZ | 42.94 | 36.91 | 69.15 | - |
| YUV | 167.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 215 | 0.14 | 0.30 | 0 | 0.16 | 271.38 | 0.45 | 0.72 |
| Hex | B8 | 96 | D7 | E | 1E | 0 | 10 | 10F | 2D | 48 |
| Octal | 270 | 226 | 327 | 16 | 36 | 0 | 20 | 417 | 55 | 110 |
| Binary | 10111000 | 10010110 | 11010111 | 1110 | 11110 | 0 | 10000 | 100001111 | 101101 | 1001000 |
Color Harmonies of #B896D7
Complementary color
Monochromatic Colors of #B896D7
Black with #B896D7
Text Example
Text Example
White with #B896D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896D7; }
p { color: rgb(184,150,215); }
H1.HeaderClassName
{
color: #B896D7;
}
.AnyTagClassName
{
color: #B896D7;
}
</style>
background-color css
<style>
a { background-color: #B896D7; }
a { background-color: rgb(184,150,215); }
div.DivClassName
{
background-color: #B896D7;
}
.BgClassName
{
background-color: #B896D7;
}
</style>
border-color css
<style>
span { border-color: #B896D7; }
span { border-color: rgb(184,150,215); }
td.TdClassName
{
border-color: #B896D7;
}
.TagClassName
{
border-color: #B896D7;
}
</style>