Shades of Biloba Flower #B096E6
Tints of Biloba Flower #B096E6
RGB
CMYK
RGB Variations
Color information
#B096E6 (or 0xB096E6) is known color: Biloba Flower. HEX triplet: B0, 96 and E6. RGB value is (176,150,230). Sum of RGB (Red+Green+Blue) = 176+150+230=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #B096E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096E6 is #4F6919. Grayscale: #A6A6A6. Windows color (decimal): -5204250 or 15111856. OLE color: 15111856.
HSL color Cylindrical-coordinate representation of color #B096E6: hue angle of 259.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 #B096E6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 150 | 230 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.10 |
| HSL | 259.5º | 0.62% | 0.75% | - |
| HSV(B) | 259.5º | 0.35% | 0.9% | - |
| XYZ | 43.09 | 36.76 | 79.69 | - |
| YUV | 166.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 230 | 0.23 | 0.35 | 0 | 0.10 | 259.5 | 0.62 | 0.75 |
| Hex | B0 | 96 | E6 | 17 | 23 | 0 | A | 104 | 3E | 4B |
| Octal | 260 | 226 | 346 | 27 | 43 | 0 | 12 | 404 | 76 | 113 |
| Binary | 10110000 | 10010110 | 11100110 | 10111 | 100011 | 0 | 1010 | 100000100 | 111110 | 1001011 |
Color Harmonies of #B096E6
Complementary color
Monochromatic Colors of #B096E6
Black with #B096E6
Text Example
Text Example
White with #B096E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096E6; }
p { color: rgb(176,150,230); }
H1.HeaderClassName
{
color: #B096E6;
}
.AnyTagClassName
{
color: #B096E6;
}
</style>
background-color css
<style>
a { background-color: #B096E6; }
a { background-color: rgb(176,150,230); }
div.DivClassName
{
background-color: #B096E6;
}
.BgClassName
{
background-color: #B096E6;
}
</style>
border-color css
<style>
span { border-color: #B096E6; }
span { border-color: rgb(176,150,230); }
td.TdClassName
{
border-color: #B096E6;
}
.TagClassName
{
border-color: #B096E6;
}
</style>