Shades of Biloba Flower #B0A0EF
Tints of Biloba Flower #B0A0EF
RGB
CMYK
RGB Variations
Color information
#B0A0EF (or 0xB0A0EF) is known color: Biloba Flower. HEX triplet: B0, A0 and EF. RGB value is (176,160,239). Sum of RGB (Red+Green+Blue) = 176+160+239=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A0EF is #4F5F10. Grayscale: #ADADAD. Windows color (decimal): -5201681 or 15704240. OLE color: 15704240.
HSL color Cylindrical-coordinate representation of color #B0A0EF: hue angle of 252.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0A0EF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 160 | 239 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.06 |
| HSL | 252.15º | 0.71% | 0.78% | - |
| HSV(B) | 252.15º | 0.33% | 0.94% | - |
| XYZ | 46.06 | 40.6 | 87.07 | - |
| YUV | 173.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 239 | 0.26 | 0.33 | 0 | 0.06 | 252.15 | 0.71 | 0.78 |
| Hex | B0 | A0 | EF | 1A | 21 | 0 | 6 | FC | 47 | 4E |
| Octal | 260 | 240 | 357 | 32 | 41 | 0 | 6 | 374 | 107 | 116 |
| Binary | 10110000 | 10100000 | 11101111 | 11010 | 100001 | 0 | 110 | 11111100 | 1000111 | 1001110 |
Color Harmonies of #B0A0EF
Complementary color
Monochromatic Colors of #B0A0EF
Black with #B0A0EF
Text Example
Text Example
White with #B0A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A0EF; }
p { color: rgb(176,160,239); }
H1.HeaderClassName
{
color: #B0A0EF;
}
.AnyTagClassName
{
color: #B0A0EF;
}
</style>
background-color css
<style>
a { background-color: #B0A0EF; }
a { background-color: rgb(176,160,239); }
div.DivClassName
{
background-color: #B0A0EF;
}
.BgClassName
{
background-color: #B0A0EF;
}
</style>
border-color css
<style>
span { border-color: #B0A0EF; }
span { border-color: rgb(176,160,239); }
td.TdClassName
{
border-color: #B0A0EF;
}
.TagClassName
{
border-color: #B0A0EF;
}
</style>