Shades of Biloba Flower #B2A2E9
Tints of Biloba Flower #B2A2E9
RGB
CMYK
RGB Variations
Color information
#B2A2E9 (or 0xB2A2E9) is known color: Biloba Flower. HEX triplet: B2, A2 and E9. RGB value is (178,162,233). Sum of RGB (Red+Green+Blue) = 178+162+233=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2A2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A2E9 is #4D5D16. Grayscale: #AEAEAE. Windows color (decimal): -5070103 or 15311538. OLE color: 15311538.
HSL color Cylindrical-coordinate representation of color #B2A2E9: hue angle of 253.52º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2A2E9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 162 | 233 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.09 |
| HSL | 253.52º | 0.62% | 0.77% | - |
| HSV(B) | 253.52º | 0.3% | 0.91% | - |
| XYZ | 45.99 | 41.19 | 82.62 | - |
| YUV | 174.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 233 | 0.24 | 0.30 | 0 | 0.09 | 253.52 | 0.62 | 0.77 |
| Hex | B2 | A2 | E9 | 18 | 1E | 0 | 9 | FE | 3E | 4D |
| Octal | 262 | 242 | 351 | 30 | 36 | 0 | 11 | 376 | 76 | 115 |
| Binary | 10110010 | 10100010 | 11101001 | 11000 | 11110 | 0 | 1001 | 11111110 | 111110 | 1001101 |
Color Harmonies of #B2A2E9
Complementary color
Monochromatic Colors of #B2A2E9
Black with #B2A2E9
Text Example
Text Example
White with #B2A2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2E9; }
p { color: rgb(178,162,233); }
H1.HeaderClassName
{
color: #B2A2E9;
}
.AnyTagClassName
{
color: #B2A2E9;
}
</style>
background-color css
<style>
a { background-color: #B2A2E9; }
a { background-color: rgb(178,162,233); }
div.DivClassName
{
background-color: #B2A2E9;
}
.BgClassName
{
background-color: #B2A2E9;
}
</style>
border-color css
<style>
span { border-color: #B2A2E9; }
span { border-color: rgb(178,162,233); }
td.TdClassName
{
border-color: #B2A2E9;
}
.TagClassName
{
border-color: #B2A2E9;
}
</style>