Shades of Biloba Flower #B0A2EF
Tints of Biloba Flower #B0A2EF
RGB
CMYK
RGB Variations
Color information
#B0A2EF (or 0xB0A2EF) is known color: Biloba Flower. HEX triplet: B0, A2 and EF. RGB value is (176,162,239). Sum of RGB (Red+Green+Blue) = 176+162+239=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A2EF is #4F5D10. Grayscale: #AEAEAE. Windows color (decimal): -5201169 or 15704752. OLE color: 15704752.
HSL color Cylindrical-coordinate representation of color #B0A2EF: hue angle of 250.91º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0A2EF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 162 | 239 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.06 |
| HSL | 250.91º | 0.71% | 0.79% | - |
| HSV(B) | 250.91º | 0.32% | 0.94% | - |
| XYZ | 46.4 | 41.3 | 87.19 | - |
| YUV | 174.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 239 | 0.26 | 0.32 | 0 | 0.06 | 250.91 | 0.71 | 0.79 |
| Hex | B0 | A2 | EF | 1A | 20 | 0 | 6 | FB | 47 | 4F |
| Octal | 260 | 242 | 357 | 32 | 40 | 0 | 6 | 373 | 107 | 117 |
| Binary | 10110000 | 10100010 | 11101111 | 11010 | 100000 | 0 | 110 | 11111011 | 1000111 | 1001111 |
Color Harmonies of #B0A2EF
Complementary color
Monochromatic Colors of #B0A2EF
Black with #B0A2EF
Text Example
Text Example
White with #B0A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2EF; }
p { color: rgb(176,162,239); }
H1.HeaderClassName
{
color: #B0A2EF;
}
.AnyTagClassName
{
color: #B0A2EF;
}
</style>
background-color css
<style>
a { background-color: #B0A2EF; }
a { background-color: rgb(176,162,239); }
div.DivClassName
{
background-color: #B0A2EF;
}
.BgClassName
{
background-color: #B0A2EF;
}
</style>
border-color css
<style>
span { border-color: #B0A2EF; }
span { border-color: rgb(176,162,239); }
td.TdClassName
{
border-color: #B0A2EF;
}
.TagClassName
{
border-color: #B0A2EF;
}
</style>