Shades of Biloba Flower #B0A5D0
Tints of Biloba Flower #B0A5D0
RGB
CMYK
RGB Variations
Color information
#B0A5D0 (or 0xB0A5D0) is known color: Biloba Flower. HEX triplet: B0, A5 and D0. RGB value is (176,165,208). Sum of RGB (Red+Green+Blue) = 176+165+208=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A5D0 is #4F5A2F. Grayscale: #ADADAD. Windows color (decimal): -5200432 or 13673904. OLE color: 13673904.
HSL color Cylindrical-coordinate representation of color #B0A5D0: hue angle of 255.35º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A5D0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 165 | 208 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.18 |
| HSL | 255.35º | 0.31% | 0.73% | - |
| HSV(B) | 255.35º | 0.21% | 0.82% | - |
| XYZ | 42.74 | 40.69 | 65.28 | - |
| YUV | 173.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 208 | 0.15 | 0.21 | 0 | 0.18 | 255.35 | 0.31 | 0.73 |
| Hex | B0 | A5 | D0 | F | 15 | 0 | 12 | FF | 1F | 49 |
| Octal | 260 | 245 | 320 | 17 | 25 | 0 | 22 | 377 | 37 | 111 |
| Binary | 10110000 | 10100101 | 11010000 | 1111 | 10101 | 0 | 10010 | 11111111 | 11111 | 1001001 |
Color Harmonies of #B0A5D0
Complementary color
Monochromatic Colors of #B0A5D0
Black with #B0A5D0
Text Example
Text Example
White with #B0A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A5D0; }
p { color: rgb(176,165,208); }
H1.HeaderClassName
{
color: #B0A5D0;
}
.AnyTagClassName
{
color: #B0A5D0;
}
</style>
background-color css
<style>
a { background-color: #B0A5D0; }
a { background-color: rgb(176,165,208); }
div.DivClassName
{
background-color: #B0A5D0;
}
.BgClassName
{
background-color: #B0A5D0;
}
</style>
border-color css
<style>
span { border-color: #B0A5D0; }
span { border-color: rgb(176,165,208); }
td.TdClassName
{
border-color: #B0A5D0;
}
.TagClassName
{
border-color: #B0A5D0;
}
</style>