Shades of Biloba Flower #B0A0E4
Tints of Biloba Flower #B0A0E4
RGB
CMYK
RGB Variations
Color information
#B0A0E4 (or 0xB0A0E4) is known color: Biloba Flower. HEX triplet: B0, A0 and E4. RGB value is (176,160,228). Sum of RGB (Red+Green+Blue) = 176+160+228=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0A0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0E4 is #4F5F1B. Grayscale: #ACACAC. Windows color (decimal): -5201692 or 14983344. OLE color: 14983344.
HSL color Cylindrical-coordinate representation of color #B0A0E4: hue angle of 254.12º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0A0E4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 160 | 228 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.11 |
| HSL | 254.12º | 0.56% | 0.76% | - |
| HSV(B) | 254.12º | 0.3% | 0.89% | - |
| XYZ | 44.48 | 39.97 | 78.77 | - |
| YUV | 172.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 228 | 0.23 | 0.30 | 0 | 0.11 | 254.12 | 0.56 | 0.76 |
| Hex | B0 | A0 | E4 | 17 | 1E | 0 | B | FE | 38 | 4C |
| Octal | 260 | 240 | 344 | 27 | 36 | 0 | 13 | 376 | 70 | 114 |
| Binary | 10110000 | 10100000 | 11100100 | 10111 | 11110 | 0 | 1011 | 11111110 | 111000 | 1001100 |
Color Harmonies of #B0A0E4
Complementary color
Monochromatic Colors of #B0A0E4
Black with #B0A0E4
Text Example
Text Example
White with #B0A0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A0E4; }
p { color: rgb(176,160,228); }
H1.HeaderClassName
{
color: #B0A0E4;
}
.AnyTagClassName
{
color: #B0A0E4;
}
</style>
background-color css
<style>
a { background-color: #B0A0E4; }
a { background-color: rgb(176,160,228); }
div.DivClassName
{
background-color: #B0A0E4;
}
.BgClassName
{
background-color: #B0A0E4;
}
</style>
border-color css
<style>
span { border-color: #B0A0E4; }
span { border-color: rgb(176,160,228); }
td.TdClassName
{
border-color: #B0A0E4;
}
.TagClassName
{
border-color: #B0A0E4;
}
</style>