Shades of Biloba Flower #B1A5DD
Tints of Biloba Flower #B1A5DD
RGB
CMYK
RGB Variations
Color information
#B1A5DD (or 0xB1A5DD) is known color: Biloba Flower. HEX triplet: B1, A5 and DD. RGB value is (177,165,221). Sum of RGB (Red+Green+Blue) = 177+165+221=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A5DD is #4E5A22. Grayscale: #AEAEAE. Windows color (decimal): -5134883 or 14525873. OLE color: 14525873.
HSL color Cylindrical-coordinate representation of color #B1A5DD: hue angle of 252.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1A5DD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 165 | 221 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.13 |
| HSL | 252.86º | 0.45% | 0.76% | - |
| HSV(B) | 252.86º | 0.25% | 0.87% | - |
| XYZ | 44.64 | 41.48 | 74.06 | - |
| YUV | 174.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 221 | 0.20 | 0.25 | 0 | 0.13 | 252.86 | 0.45 | 0.76 |
| Hex | B1 | A5 | DD | 14 | 19 | 0 | D | FD | 2D | 4C |
| Octal | 261 | 245 | 335 | 24 | 31 | 0 | 15 | 375 | 55 | 114 |
| Binary | 10110001 | 10100101 | 11011101 | 10100 | 11001 | 0 | 1101 | 11111101 | 101101 | 1001100 |
Color Harmonies of #B1A5DD
Complementary color
Monochromatic Colors of #B1A5DD
Black with #B1A5DD
Text Example
Text Example
White with #B1A5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A5DD; }
p { color: rgb(177,165,221); }
H1.HeaderClassName
{
color: #B1A5DD;
}
.AnyTagClassName
{
color: #B1A5DD;
}
</style>
background-color css
<style>
a { background-color: #B1A5DD; }
a { background-color: rgb(177,165,221); }
div.DivClassName
{
background-color: #B1A5DD;
}
.BgClassName
{
background-color: #B1A5DD;
}
</style>
border-color css
<style>
span { border-color: #B1A5DD; }
span { border-color: rgb(177,165,221); }
td.TdClassName
{
border-color: #B1A5DD;
}
.TagClassName
{
border-color: #B1A5DD;
}
</style>