Shades of Biloba Flower #B096DC
Tints of Biloba Flower #B096DC
RGB
CMYK
RGB Variations
Color information
#B096DC (or 0xB096DC) is known color: Biloba Flower. HEX triplet: B0, 96 and DC. RGB value is (176,150,220). Sum of RGB (Red+Green+Blue) = 176+150+220=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B096DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DC is #4F6923. Grayscale: #A5A5A5. Windows color (decimal): -5204260 or 14456496. OLE color: 14456496.
HSL color Cylindrical-coordinate representation of color #B096DC: hue angle of 262.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B096DC is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 150 | 220 | - |
| CMYK | 0.2 | 0.32 | 0 | 0.14 |
| HSL | 262.29º | 0.5% | 0.73% | - |
| HSV(B) | 262.29º | 0.32% | 0.86% | - |
| XYZ | 41.73 | 36.21 | 72.5 | - |
| YUV | 165.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 220 | 0.2 | 0.32 | 0 | 0.14 | 262.29 | 0.5 | 0.73 |
| Hex | B0 | 96 | DC | 14 | 20 | 0 | E | 106 | 32 | 49 |
| Octal | 260 | 226 | 334 | 24 | 40 | 0 | 16 | 406 | 62 | 111 |
| Binary | 10110000 | 10010110 | 11011100 | 10100 | 100000 | 0 | 1110 | 100000110 | 110010 | 1001001 |
Color Harmonies of #B096DC
Complementary color
Monochromatic Colors of #B096DC
Black with #B096DC
Text Example
Text Example
White with #B096DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096DC; }
p { color: rgb(176,150,220); }
H1.HeaderClassName
{
color: #B096DC;
}
.AnyTagClassName
{
color: #B096DC;
}
</style>
background-color css
<style>
a { background-color: #B096DC; }
a { background-color: rgb(176,150,220); }
div.DivClassName
{
background-color: #B096DC;
}
.BgClassName
{
background-color: #B096DC;
}
</style>
border-color css
<style>
span { border-color: #B096DC; }
span { border-color: rgb(176,150,220); }
td.TdClassName
{
border-color: #B096DC;
}
.TagClassName
{
border-color: #B096DC;
}
</style>