Shades of Biloba Flower #B095EE
Tints of Biloba Flower #B095EE
RGB
CMYK
RGB Variations
Color information
#B095EE (or 0xB095EE) is known color: Biloba Flower. HEX triplet: B0, 95 and EE. RGB value is (176,149,238). Sum of RGB (Red+Green+Blue) = 176+149+238=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #B095EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095EE is #4F6A11. Grayscale: #A6A6A6. Windows color (decimal): -5204498 or 15635888. OLE color: 15635888.
HSL color Cylindrical-coordinate representation of color #B095EE: hue angle of 258.2º 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 #B095EE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 149 | 238 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.07 |
| HSL | 258.2º | 0.72% | 0.76% | - |
| HSV(B) | 258.2º | 0.37% | 0.93% | - |
| XYZ | 44.08 | 36.9 | 85.69 | - |
| YUV | 167.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 238 | 0.26 | 0.37 | 0 | 0.07 | 258.2 | 0.72 | 0.76 |
| Hex | B0 | 95 | EE | 1A | 25 | 0 | 7 | 102 | 48 | 4C |
| Octal | 260 | 225 | 356 | 32 | 45 | 0 | 7 | 402 | 110 | 114 |
| Binary | 10110000 | 10010101 | 11101110 | 11010 | 100101 | 0 | 111 | 100000010 | 1001000 | 1001100 |
Color Harmonies of #B095EE
Complementary color
Monochromatic Colors of #B095EE
Black with #B095EE
Text Example
Text Example
White with #B095EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095EE; }
p { color: rgb(176,149,238); }
H1.HeaderClassName
{
color: #B095EE;
}
.AnyTagClassName
{
color: #B095EE;
}
</style>
background-color css
<style>
a { background-color: #B095EE; }
a { background-color: rgb(176,149,238); }
div.DivClassName
{
background-color: #B095EE;
}
.BgClassName
{
background-color: #B095EE;
}
</style>
border-color css
<style>
span { border-color: #B095EE; }
span { border-color: rgb(176,149,238); }
td.TdClassName
{
border-color: #B095EE;
}
.TagClassName
{
border-color: #B095EE;
}
</style>