Shades of Biloba Flower #B0A0DC
Tints of Biloba Flower #B0A0DC
RGB
CMYK
RGB Variations
Color information
#B0A0DC (or 0xB0A0DC) is known color: Biloba Flower. HEX triplet: B0, A0 and DC. RGB value is (176,160,220). Sum of RGB (Red+Green+Blue) = 176+160+220=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0DC is #4F5F23. Grayscale: #ABABAB. Windows color (decimal): -5201700 or 14459056. OLE color: 14459056.
HSL color Cylindrical-coordinate representation of color #B0A0DC: hue angle of 256º 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 #B0A0DC is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 160 | 220 | - |
| CMYK | 0.2 | 0.27 | 0 | 0.14 |
| HSL | 256º | 0.46% | 0.75% | - |
| HSV(B) | 256º | 0.27% | 0.86% | - |
| XYZ | 43.39 | 39.54 | 73.05 | - |
| YUV | 171.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 220 | 0.2 | 0.27 | 0 | 0.14 | 256 | 0.46 | 0.75 |
| Hex | B0 | A0 | DC | 14 | 1B | 0 | E | 100 | 2E | 4B |
| Octal | 260 | 240 | 334 | 24 | 33 | 0 | 16 | 400 | 56 | 113 |
| Binary | 10110000 | 10100000 | 11011100 | 10100 | 11011 | 0 | 1110 | 100000000 | 101110 | 1001011 |
Color Harmonies of #B0A0DC
Complementary color
Monochromatic Colors of #B0A0DC
Black with #B0A0DC
Text Example
Text Example
White with #B0A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A0DC; }
p { color: rgb(176,160,220); }
H1.HeaderClassName
{
color: #B0A0DC;
}
.AnyTagClassName
{
color: #B0A0DC;
}
</style>
background-color css
<style>
a { background-color: #B0A0DC; }
a { background-color: rgb(176,160,220); }
div.DivClassName
{
background-color: #B0A0DC;
}
.BgClassName
{
background-color: #B0A0DC;
}
</style>
border-color css
<style>
span { border-color: #B0A0DC; }
span { border-color: rgb(176,160,220); }
td.TdClassName
{
border-color: #B0A0DC;
}
.TagClassName
{
border-color: #B0A0DC;
}
</style>