Shades of Biloba Flower #B296CF
Tints of Biloba Flower #B296CF
RGB
CMYK
RGB Variations
Color information
#B296CF (or 0xB296CF) is known color: Biloba Flower. HEX triplet: B2, 96 and CF. RGB value is (178,150,207). Sum of RGB (Red+Green+Blue) = 178+150+207=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #B296CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296CF is #4D6930. Grayscale: #A4A4A4. Windows color (decimal): -5073201 or 13604530. OLE color: 13604530.
HSL color Cylindrical-coordinate representation of color #B296CF: hue angle of 269.47º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B296CF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 150 | 207 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.19 |
| HSL | 269.47º | 0.37% | 0.7% | - |
| HSV(B) | 269.47º | 0.28% | 0.81% | - |
| XYZ | 40.53 | 35.78 | 63.8 | - |
| YUV | 164.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 207 | 0.14 | 0.28 | 0 | 0.19 | 269.47 | 0.37 | 0.7 |
| Hex | B2 | 96 | CF | E | 1C | 0 | 13 | 10D | 25 | 46 |
| Octal | 262 | 226 | 317 | 16 | 34 | 0 | 23 | 415 | 45 | 106 |
| Binary | 10110010 | 10010110 | 11001111 | 1110 | 11100 | 0 | 10011 | 100001101 | 100101 | 1000110 |
Color Harmonies of #B296CF
Complementary color
Monochromatic Colors of #B296CF
Black with #B296CF
Text Example
Text Example
White with #B296CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B296CF; }
p { color: rgb(178,150,207); }
H1.HeaderClassName
{
color: #B296CF;
}
.AnyTagClassName
{
color: #B296CF;
}
</style>
background-color css
<style>
a { background-color: #B296CF; }
a { background-color: rgb(178,150,207); }
div.DivClassName
{
background-color: #B296CF;
}
.BgClassName
{
background-color: #B296CF;
}
</style>
border-color css
<style>
span { border-color: #B296CF; }
span { border-color: rgb(178,150,207); }
td.TdClassName
{
border-color: #B296CF;
}
.TagClassName
{
border-color: #B296CF;
}
</style>