Shades of Biloba Flower #B0A2E4
Tints of Biloba Flower #B0A2E4
RGB
CMYK
RGB Variations
Color information
#B0A2E4 (or 0xB0A2E4) is known color: Biloba Flower. HEX triplet: B0, A2 and E4. RGB value is (176,162,228). Sum of RGB (Red+Green+Blue) = 176+162+228=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0A2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2E4 is #4F5D1B. Grayscale: #ADADAD. Windows color (decimal): -5201180 or 14983856. OLE color: 14983856.
HSL color Cylindrical-coordinate representation of color #B0A2E4: hue angle of 252.73º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A2E4 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 162 | 228 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.11 |
| HSL | 252.73º | 0.55% | 0.76% | - |
| HSV(B) | 252.73º | 0.29% | 0.89% | - |
| XYZ | 44.83 | 40.67 | 78.89 | - |
| YUV | 173.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 228 | 0.23 | 0.29 | 0 | 0.11 | 252.73 | 0.55 | 0.76 |
| Hex | B0 | A2 | E4 | 17 | 1D | 0 | B | FD | 37 | 4C |
| Octal | 260 | 242 | 344 | 27 | 35 | 0 | 13 | 375 | 67 | 114 |
| Binary | 10110000 | 10100010 | 11100100 | 10111 | 11101 | 0 | 1011 | 11111101 | 110111 | 1001100 |
Color Harmonies of #B0A2E4
Complementary color
Monochromatic Colors of #B0A2E4
Black with #B0A2E4
Text Example
Text Example
White with #B0A2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2E4; }
p { color: rgb(176,162,228); }
H1.HeaderClassName
{
color: #B0A2E4;
}
.AnyTagClassName
{
color: #B0A2E4;
}
</style>
background-color css
<style>
a { background-color: #B0A2E4; }
a { background-color: rgb(176,162,228); }
div.DivClassName
{
background-color: #B0A2E4;
}
.BgClassName
{
background-color: #B0A2E4;
}
</style>
border-color css
<style>
span { border-color: #B0A2E4; }
span { border-color: rgb(176,162,228); }
td.TdClassName
{
border-color: #B0A2E4;
}
.TagClassName
{
border-color: #B0A2E4;
}
</style>