Shades of Biloba Flower #B2A1D5
Tints of Biloba Flower #B2A1D5
RGB
CMYK
RGB Variations
Color information
#B2A1D5 (or 0xB2A1D5) is known color: Biloba Flower. HEX triplet: B2, A1 and D5. RGB value is (178,161,213). Sum of RGB (Red+Green+Blue) = 178+161+213=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2A1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1D5 is #4D5E2A. Grayscale: #ABABAB. Windows color (decimal): -5070379 or 14000562. OLE color: 14000562.
HSL color Cylindrical-coordinate representation of color #B2A1D5: hue angle of 259.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2A1D5 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 161 | 213 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.16 |
| HSL | 259.62º | 0.38% | 0.73% | - |
| HSV(B) | 259.62º | 0.24% | 0.84% | - |
| XYZ | 43.12 | 39.76 | 68.35 | - |
| YUV | 172.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 213 | 0.16 | 0.24 | 0 | 0.16 | 259.62 | 0.38 | 0.73 |
| Hex | B2 | A1 | D5 | 10 | 18 | 0 | 10 | 104 | 26 | 49 |
| Octal | 262 | 241 | 325 | 20 | 30 | 0 | 20 | 404 | 46 | 111 |
| Binary | 10110010 | 10100001 | 11010101 | 10000 | 11000 | 0 | 10000 | 100000100 | 100110 | 1001001 |
Color Harmonies of #B2A1D5
Complementary color
Monochromatic Colors of #B2A1D5
Black with #B2A1D5
Text Example
Text Example
White with #B2A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A1D5; }
p { color: rgb(178,161,213); }
H1.HeaderClassName
{
color: #B2A1D5;
}
.AnyTagClassName
{
color: #B2A1D5;
}
</style>
background-color css
<style>
a { background-color: #B2A1D5; }
a { background-color: rgb(178,161,213); }
div.DivClassName
{
background-color: #B2A1D5;
}
.BgClassName
{
background-color: #B2A1D5;
}
</style>
border-color css
<style>
span { border-color: #B2A1D5; }
span { border-color: rgb(178,161,213); }
td.TdClassName
{
border-color: #B2A1D5;
}
.TagClassName
{
border-color: #B2A1D5;
}
</style>