Shades of Biloba Flower #B090EC
Tints of Biloba Flower #B090EC
RGB
CMYK
RGB Variations
Color information
#B090EC (or 0xB090EC) is known color: Biloba Flower. HEX triplet: B0, 90 and EC. RGB value is (176,144,236). Sum of RGB (Red+Green+Blue) = 176+144+236=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #B090EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B090EC is #4F6F13. Grayscale: #A3A3A3. Windows color (decimal): -5205780 or 15503536. OLE color: 15503536.
HSL color Cylindrical-coordinate representation of color #B090EC: hue angle of 260.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B090EC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 144 | 236 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.07 |
| HSL | 260.87º | 0.71% | 0.75% | - |
| HSV(B) | 260.87º | 0.39% | 0.93% | - |
| XYZ | 43.02 | 35.23 | 83.89 | - |
| YUV | 164.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 236 | 0.25 | 0.39 | 0 | 0.07 | 260.87 | 0.71 | 0.75 |
| Hex | B0 | 90 | EC | 19 | 27 | 0 | 7 | 105 | 47 | 4B |
| Octal | 260 | 220 | 354 | 31 | 47 | 0 | 7 | 405 | 107 | 113 |
| Binary | 10110000 | 10010000 | 11101100 | 11001 | 100111 | 0 | 111 | 100000101 | 1000111 | 1001011 |
Color Harmonies of #B090EC
Complementary color
Monochromatic Colors of #B090EC
Black with #B090EC
Text Example
Text Example
White with #B090EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090EC; }
p { color: rgb(176,144,236); }
H1.HeaderClassName
{
color: #B090EC;
}
.AnyTagClassName
{
color: #B090EC;
}
</style>
background-color css
<style>
a { background-color: #B090EC; }
a { background-color: rgb(176,144,236); }
div.DivClassName
{
background-color: #B090EC;
}
.BgClassName
{
background-color: #B090EC;
}
</style>
border-color css
<style>
span { border-color: #B090EC; }
span { border-color: rgb(176,144,236); }
td.TdClassName
{
border-color: #B090EC;
}
.TagClassName
{
border-color: #B090EC;
}
</style>