Shades of Biloba Flower #B096D1
Tints of Biloba Flower #B096D1
RGB
CMYK
RGB Variations
Color information
#B096D1 (or 0xB096D1) is known color: Biloba Flower. HEX triplet: B0, 96 and D1. RGB value is (176,150,209). Sum of RGB (Red+Green+Blue) = 176+150+209=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #B096D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096D1 is #4F692E. Grayscale: #A4A4A4. Windows color (decimal): -5204271 or 13735600. OLE color: 13735600.
HSL color Cylindrical-coordinate representation of color #B096D1: hue angle of 266.44º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B096D1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 150 | 209 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.18 |
| HSL | 266.44º | 0.39% | 0.7% | - |
| HSV(B) | 266.44º | 0.28% | 0.82% | - |
| XYZ | 40.32 | 35.65 | 65.08 | - |
| YUV | 164.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 209 | 0.16 | 0.28 | 0 | 0.18 | 266.44 | 0.39 | 0.7 |
| Hex | B0 | 96 | D1 | 10 | 1C | 0 | 12 | 10A | 27 | 46 |
| Octal | 260 | 226 | 321 | 20 | 34 | 0 | 22 | 412 | 47 | 106 |
| Binary | 10110000 | 10010110 | 11010001 | 10000 | 11100 | 0 | 10010 | 100001010 | 100111 | 1000110 |
Color Harmonies of #B096D1
Complementary color
Monochromatic Colors of #B096D1
Black with #B096D1
Text Example
Text Example
White with #B096D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096D1; }
p { color: rgb(176,150,209); }
H1.HeaderClassName
{
color: #B096D1;
}
.AnyTagClassName
{
color: #B096D1;
}
</style>
background-color css
<style>
a { background-color: #B096D1; }
a { background-color: rgb(176,150,209); }
div.DivClassName
{
background-color: #B096D1;
}
.BgClassName
{
background-color: #B096D1;
}
</style>
border-color css
<style>
span { border-color: #B096D1; }
span { border-color: rgb(176,150,209); }
td.TdClassName
{
border-color: #B096D1;
}
.TagClassName
{
border-color: #B096D1;
}
</style>