Shades of Biloba Flower #B090ED
Tints of Biloba Flower #B090ED
RGB
CMYK
RGB Variations
Color information
#B090ED (or 0xB090ED) is known color: Biloba Flower. HEX triplet: B0, 90 and ED. RGB value is (176,144,237). Sum of RGB (Red+Green+Blue) = 176+144+237=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #B090ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B090ED is #4F6F12. Grayscale: #A3A3A3. Windows color (decimal): -5205779 or 15569072. OLE color: 15569072.
HSL color Cylindrical-coordinate representation of color #B090ED: hue angle of 260.65º degrees, saturation: 0.72, 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 #B090ED is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 144 | 237 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.07 |
| HSL | 260.65º | 0.72% | 0.75% | - |
| HSV(B) | 260.65º | 0.39% | 0.93% | - |
| XYZ | 43.16 | 35.29 | 84.66 | - |
| YUV | 164.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 237 | 0.26 | 0.39 | 0 | 0.07 | 260.65 | 0.72 | 0.75 |
| Hex | B0 | 90 | ED | 1A | 27 | 0 | 7 | 105 | 48 | 4B |
| Octal | 260 | 220 | 355 | 32 | 47 | 0 | 7 | 405 | 110 | 113 |
| Binary | 10110000 | 10010000 | 11101101 | 11010 | 100111 | 0 | 111 | 100000101 | 1001000 | 1001011 |
Color Harmonies of #B090ED
Complementary color
Monochromatic Colors of #B090ED
Black with #B090ED
Text Example
Text Example
White with #B090ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090ED; }
p { color: rgb(176,144,237); }
H1.HeaderClassName
{
color: #B090ED;
}
.AnyTagClassName
{
color: #B090ED;
}
</style>
background-color css
<style>
a { background-color: #B090ED; }
a { background-color: rgb(176,144,237); }
div.DivClassName
{
background-color: #B090ED;
}
.BgClassName
{
background-color: #B090ED;
}
</style>
border-color css
<style>
span { border-color: #B090ED; }
span { border-color: rgb(176,144,237); }
td.TdClassName
{
border-color: #B090ED;
}
.TagClassName
{
border-color: #B090ED;
}
</style>