Shades of Biloba Flower #B296EE
Tints of Biloba Flower #B296EE
RGB
CMYK
RGB Variations
Color information
#B296EE (or 0xB296EE) is known color: Biloba Flower. HEX triplet: B2, 96 and EE. RGB value is (178,150,238). Sum of RGB (Red+Green+Blue) = 178+150+238=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #B296EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296EE is #4D6911. Grayscale: #A8A8A8. Windows color (decimal): -5073170 or 15636146. OLE color: 15636146.
HSL color Cylindrical-coordinate representation of color #B296EE: hue angle of 259.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B296EE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 150 | 238 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.07 |
| HSL | 259.09º | 0.72% | 0.76% | - |
| HSV(B) | 259.09º | 0.37% | 0.93% | - |
| XYZ | 44.7 | 37.45 | 85.76 | - |
| YUV | 168.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 238 | 0.25 | 0.37 | 0 | 0.07 | 259.09 | 0.72 | 0.76 |
| Hex | B2 | 96 | EE | 19 | 25 | 0 | 7 | 103 | 48 | 4C |
| Octal | 262 | 226 | 356 | 31 | 45 | 0 | 7 | 403 | 110 | 114 |
| Binary | 10110010 | 10010110 | 11101110 | 11001 | 100101 | 0 | 111 | 100000011 | 1001000 | 1001100 |
Color Harmonies of #B296EE
Complementary color
Monochromatic Colors of #B296EE
Black with #B296EE
Text Example
Text Example
White with #B296EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B296EE; }
p { color: rgb(178,150,238); }
H1.HeaderClassName
{
color: #B296EE;
}
.AnyTagClassName
{
color: #B296EE;
}
</style>
background-color css
<style>
a { background-color: #B296EE; }
a { background-color: rgb(178,150,238); }
div.DivClassName
{
background-color: #B296EE;
}
.BgClassName
{
background-color: #B296EE;
}
</style>
border-color css
<style>
span { border-color: #B296EE; }
span { border-color: rgb(178,150,238); }
td.TdClassName
{
border-color: #B296EE;
}
.TagClassName
{
border-color: #B296EE;
}
</style>