Shades of Biloba Flower #B0A2D1
Tints of Biloba Flower #B0A2D1
RGB
CMYK
RGB Variations
Color information
#B0A2D1 (or 0xB0A2D1) is known color: Biloba Flower. HEX triplet: B0, A2 and D1. RGB value is (176,162,209). Sum of RGB (Red+Green+Blue) = 176+162+209=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0A2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2D1 is #4F5D2E. Grayscale: #ABABAB. Windows color (decimal): -5201199 or 13738672. OLE color: 13738672.
HSL color Cylindrical-coordinate representation of color #B0A2D1: hue angle of 257.87º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A2D1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 162 | 209 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.18 |
| HSL | 257.87º | 0.34% | 0.73% | - |
| HSV(B) | 257.87º | 0.22% | 0.82% | - |
| XYZ | 42.33 | 39.67 | 65.75 | - |
| YUV | 171.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 209 | 0.16 | 0.22 | 0 | 0.18 | 257.87 | 0.34 | 0.73 |
| Hex | B0 | A2 | D1 | 10 | 16 | 0 | 12 | 102 | 22 | 49 |
| Octal | 260 | 242 | 321 | 20 | 26 | 0 | 22 | 402 | 42 | 111 |
| Binary | 10110000 | 10100010 | 11010001 | 10000 | 10110 | 0 | 10010 | 100000010 | 100010 | 1001001 |
Color Harmonies of #B0A2D1
Complementary color
Monochromatic Colors of #B0A2D1
Black with #B0A2D1
Text Example
Text Example
White with #B0A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2D1; }
p { color: rgb(176,162,209); }
H1.HeaderClassName
{
color: #B0A2D1;
}
.AnyTagClassName
{
color: #B0A2D1;
}
</style>
background-color css
<style>
a { background-color: #B0A2D1; }
a { background-color: rgb(176,162,209); }
div.DivClassName
{
background-color: #B0A2D1;
}
.BgClassName
{
background-color: #B0A2D1;
}
</style>
border-color css
<style>
span { border-color: #B0A2D1; }
span { border-color: rgb(176,162,209); }
td.TdClassName
{
border-color: #B0A2D1;
}
.TagClassName
{
border-color: #B0A2D1;
}
</style>