Shades of Biloba Flower #B096E2
Tints of Biloba Flower #B096E2
RGB
CMYK
RGB Variations
Color information
#B096E2 (or 0xB096E2) is known color: Biloba Flower. HEX triplet: B0, 96 and E2. RGB value is (176,150,226). Sum of RGB (Red+Green+Blue) = 176+150+226=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #B096E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096E2 is #4F691D. Grayscale: #A6A6A6. Windows color (decimal): -5204254 or 14849712. OLE color: 14849712.
HSL color Cylindrical-coordinate representation of color #B096E2: hue angle of 260.53º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B096E2 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 150 | 226 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.11 |
| HSL | 260.53º | 0.57% | 0.74% | - |
| HSV(B) | 260.53º | 0.34% | 0.89% | - |
| XYZ | 42.54 | 36.53 | 76.76 | - |
| YUV | 166.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 226 | 0.22 | 0.34 | 0 | 0.11 | 260.53 | 0.57 | 0.74 |
| Hex | B0 | 96 | E2 | 16 | 22 | 0 | B | 105 | 39 | 4A |
| Octal | 260 | 226 | 342 | 26 | 42 | 0 | 13 | 405 | 71 | 112 |
| Binary | 10110000 | 10010110 | 11100010 | 10110 | 100010 | 0 | 1011 | 100000101 | 111001 | 1001010 |
Color Harmonies of #B096E2
Complementary color
Monochromatic Colors of #B096E2
Black with #B096E2
Text Example
Text Example
White with #B096E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096E2; }
p { color: rgb(176,150,226); }
H1.HeaderClassName
{
color: #B096E2;
}
.AnyTagClassName
{
color: #B096E2;
}
</style>
background-color css
<style>
a { background-color: #B096E2; }
a { background-color: rgb(176,150,226); }
div.DivClassName
{
background-color: #B096E2;
}
.BgClassName
{
background-color: #B096E2;
}
</style>
border-color css
<style>
span { border-color: #B096E2; }
span { border-color: rgb(176,150,226); }
td.TdClassName
{
border-color: #B096E2;
}
.TagClassName
{
border-color: #B096E2;
}
</style>