Shades of Biloba Flower #B1A0DC
Tints of Biloba Flower #B1A0DC
RGB
CMYK
RGB Variations
Color information
#B1A0DC (or 0xB1A0DC) is known color: Biloba Flower. HEX triplet: B1, A0 and DC. RGB value is (177,160,220). Sum of RGB (Red+Green+Blue) = 177+160+220=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0DC is #4E5F23. Grayscale: #ABABAB. Windows color (decimal): -5136164 or 14459057. OLE color: 14459057.
HSL color Cylindrical-coordinate representation of color #B1A0DC: hue angle of 257º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1A0DC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 160 | 220 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.14 |
| HSL | 257º | 0.46% | 0.75% | - |
| HSV(B) | 257º | 0.27% | 0.86% | - |
| XYZ | 43.62 | 39.66 | 73.07 | - |
| YUV | 171.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 220 | 0.20 | 0.27 | 0 | 0.14 | 257 | 0.46 | 0.75 |
| Hex | B1 | A0 | DC | 14 | 1B | 0 | E | 101 | 2E | 4B |
| Octal | 261 | 240 | 334 | 24 | 33 | 0 | 16 | 401 | 56 | 113 |
| Binary | 10110001 | 10100000 | 11011100 | 10100 | 11011 | 0 | 1110 | 100000001 | 101110 | 1001011 |
Color Harmonies of #B1A0DC
Complementary color
Monochromatic Colors of #B1A0DC
Black with #B1A0DC
Text Example
Text Example
White with #B1A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A0DC; }
p { color: rgb(177,160,220); }
H1.HeaderClassName
{
color: #B1A0DC;
}
.AnyTagClassName
{
color: #B1A0DC;
}
</style>
background-color css
<style>
a { background-color: #B1A0DC; }
a { background-color: rgb(177,160,220); }
div.DivClassName
{
background-color: #B1A0DC;
}
.BgClassName
{
background-color: #B1A0DC;
}
</style>
border-color css
<style>
span { border-color: #B1A0DC; }
span { border-color: rgb(177,160,220); }
td.TdClassName
{
border-color: #B1A0DC;
}
.TagClassName
{
border-color: #B1A0DC;
}
</style>