Shades of Biloba Flower #B095ED
Tints of Biloba Flower #B095ED
RGB
CMYK
RGB Variations
Color information
#B095ED (or 0xB095ED) is known color: Biloba Flower. HEX triplet: B0, 95 and ED. RGB value is (176,149,237). Sum of RGB (Red+Green+Blue) = 176+149+237=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B095ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095ED is #4F6A12. Grayscale: #A6A6A6. Windows color (decimal): -5204499 or 15570352. OLE color: 15570352.
HSL color Cylindrical-coordinate representation of color #B095ED: hue angle of 258.41º degrees, saturation: 0.71, 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 #B095ED is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 149 | 237 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.07 |
| HSL | 258.41º | 0.71% | 0.76% | - |
| HSV(B) | 258.41º | 0.37% | 0.93% | - |
| XYZ | 43.94 | 36.84 | 84.92 | - |
| YUV | 167.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 237 | 0.26 | 0.37 | 0 | 0.07 | 258.41 | 0.71 | 0.76 |
| Hex | B0 | 95 | ED | 1A | 25 | 0 | 7 | 102 | 47 | 4C |
| Octal | 260 | 225 | 355 | 32 | 45 | 0 | 7 | 402 | 107 | 114 |
| Binary | 10110000 | 10010101 | 11101101 | 11010 | 100101 | 0 | 111 | 100000010 | 1000111 | 1001100 |
Color Harmonies of #B095ED
Complementary color
Monochromatic Colors of #B095ED
Black with #B095ED
Text Example
Text Example
White with #B095ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095ED; }
p { color: rgb(176,149,237); }
H1.HeaderClassName
{
color: #B095ED;
}
.AnyTagClassName
{
color: #B095ED;
}
</style>
background-color css
<style>
a { background-color: #B095ED; }
a { background-color: rgb(176,149,237); }
div.DivClassName
{
background-color: #B095ED;
}
.BgClassName
{
background-color: #B095ED;
}
</style>
border-color css
<style>
span { border-color: #B095ED; }
span { border-color: rgb(176,149,237); }
td.TdClassName
{
border-color: #B095ED;
}
.TagClassName
{
border-color: #B095ED;
}
</style>