Shades of Biloba Flower #B2A2DE
Tints of Biloba Flower #B2A2DE
RGB
CMYK
RGB Variations
Color information
#B2A2DE (or 0xB2A2DE) is known color: Biloba Flower. HEX triplet: B2, A2 and DE. RGB value is (178,162,222). Sum of RGB (Red+Green+Blue) = 178+162+222=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2A2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2DE is #4D5D21. Grayscale: #ADADAD. Windows color (decimal): -5070114 or 14590642. OLE color: 14590642.
HSL color Cylindrical-coordinate representation of color #B2A2DE: hue angle of 256º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A2DE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 162 | 222 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.13 |
| HSL | 256º | 0.48% | 0.75% | - |
| HSV(B) | 256º | 0.27% | 0.87% | - |
| XYZ | 44.47 | 40.58 | 74.6 | - |
| YUV | 173.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 222 | 0.20 | 0.27 | 0 | 0.13 | 256 | 0.48 | 0.75 |
| Hex | B2 | A2 | DE | 14 | 1B | 0 | D | 100 | 30 | 4B |
| Octal | 262 | 242 | 336 | 24 | 33 | 0 | 15 | 400 | 60 | 113 |
| Binary | 10110010 | 10100010 | 11011110 | 10100 | 11011 | 0 | 1101 | 100000000 | 110000 | 1001011 |
Color Harmonies of #B2A2DE
Complementary color
Monochromatic Colors of #B2A2DE
Black with #B2A2DE
Text Example
Text Example
White with #B2A2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2DE; }
p { color: rgb(178,162,222); }
H1.HeaderClassName
{
color: #B2A2DE;
}
.AnyTagClassName
{
color: #B2A2DE;
}
</style>
background-color css
<style>
a { background-color: #B2A2DE; }
a { background-color: rgb(178,162,222); }
div.DivClassName
{
background-color: #B2A2DE;
}
.BgClassName
{
background-color: #B2A2DE;
}
</style>
border-color css
<style>
span { border-color: #B2A2DE; }
span { border-color: rgb(178,162,222); }
td.TdClassName
{
border-color: #B2A2DE;
}
.TagClassName
{
border-color: #B2A2DE;
}
</style>