Shades of Biloba Flower #B1A2DD
Tints of Biloba Flower #B1A2DD
RGB
CMYK
RGB Variations
Color information
#B1A2DD (or 0xB1A2DD) is known color: Biloba Flower. HEX triplet: B1, A2 and DD. RGB value is (177,162,221). Sum of RGB (Red+Green+Blue) = 177+162+221=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2DD is #4E5D22. Grayscale: #ACACAC. Windows color (decimal): -5135651 or 14525105. OLE color: 14525105.
HSL color Cylindrical-coordinate representation of color #B1A2DD: hue angle of 255.25º degrees, saturation: 0.46, 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 #B1A2DD is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 162 | 221 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.13 |
| HSL | 255.25º | 0.46% | 0.75% | - |
| HSV(B) | 255.25º | 0.27% | 0.87% | - |
| XYZ | 44.1 | 40.41 | 73.88 | - |
| YUV | 173.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 221 | 0.20 | 0.27 | 0 | 0.13 | 255.25 | 0.46 | 0.75 |
| Hex | B1 | A2 | DD | 14 | 1B | 0 | D | FF | 2E | 4B |
| Octal | 261 | 242 | 335 | 24 | 33 | 0 | 15 | 377 | 56 | 113 |
| Binary | 10110001 | 10100010 | 11011101 | 10100 | 11011 | 0 | 1101 | 11111111 | 101110 | 1001011 |
Color Harmonies of #B1A2DD
Complementary color
Monochromatic Colors of #B1A2DD
Black with #B1A2DD
Text Example
Text Example
White with #B1A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A2DD; }
p { color: rgb(177,162,221); }
H1.HeaderClassName
{
color: #B1A2DD;
}
.AnyTagClassName
{
color: #B1A2DD;
}
</style>
background-color css
<style>
a { background-color: #B1A2DD; }
a { background-color: rgb(177,162,221); }
div.DivClassName
{
background-color: #B1A2DD;
}
.BgClassName
{
background-color: #B1A2DD;
}
</style>
border-color css
<style>
span { border-color: #B1A2DD; }
span { border-color: rgb(177,162,221); }
td.TdClassName
{
border-color: #B1A2DD;
}
.TagClassName
{
border-color: #B1A2DD;
}
</style>