Shades of Biloba Flower #B095EC
Tints of Biloba Flower #B095EC
RGB
CMYK
RGB Variations
Color information
#B095EC (or 0xB095EC) is known color: Biloba Flower. HEX triplet: B0, 95 and EC. RGB value is (176,149,236). Sum of RGB (Red+Green+Blue) = 176+149+236=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B095EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095EC is #4F6A13. Grayscale: #A6A6A6. Windows color (decimal): -5204500 or 15504816. OLE color: 15504816.
HSL color Cylindrical-coordinate representation of color #B095EC: hue angle of 258.62º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B095EC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 149 | 236 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.07 |
| HSL | 258.62º | 0.7% | 0.75% | - |
| HSV(B) | 258.62º | 0.37% | 0.93% | - |
| XYZ | 43.79 | 36.78 | 84.15 | - |
| YUV | 166.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 236 | 0.25 | 0.37 | 0 | 0.07 | 258.62 | 0.7 | 0.75 |
| Hex | B0 | 95 | EC | 19 | 25 | 0 | 7 | 103 | 46 | 4B |
| Octal | 260 | 225 | 354 | 31 | 45 | 0 | 7 | 403 | 106 | 113 |
| Binary | 10110000 | 10010101 | 11101100 | 11001 | 100101 | 0 | 111 | 100000011 | 1000110 | 1001011 |
Color Harmonies of #B095EC
Complementary color
Monochromatic Colors of #B095EC
Black with #B095EC
Text Example
Text Example
White with #B095EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095EC; }
p { color: rgb(176,149,236); }
H1.HeaderClassName
{
color: #B095EC;
}
.AnyTagClassName
{
color: #B095EC;
}
</style>
background-color css
<style>
a { background-color: #B095EC; }
a { background-color: rgb(176,149,236); }
div.DivClassName
{
background-color: #B095EC;
}
.BgClassName
{
background-color: #B095EC;
}
</style>
border-color css
<style>
span { border-color: #B095EC; }
span { border-color: rgb(176,149,236); }
td.TdClassName
{
border-color: #B095EC;
}
.TagClassName
{
border-color: #B095EC;
}
</style>