Shades of Biloba Flower #B3A0D0
Tints of Biloba Flower #B3A0D0
RGB
CMYK
RGB Variations
Color information
#B3A0D0 (or 0xB3A0D0) is known color: Biloba Flower. HEX triplet: B3, A0 and D0. RGB value is (179,160,208). Sum of RGB (Red+Green+Blue) = 179+160+208=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0D0 is #4C5F2F. Grayscale: #AAAAAA. Windows color (decimal): -5005104 or 13672627. OLE color: 13672627.
HSL color Cylindrical-coordinate representation of color #B3A0D0: hue angle of 263.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A0D0 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 160 | 208 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.18 |
| HSL | 263.75º | 0.34% | 0.72% | - |
| HSV(B) | 263.75º | 0.23% | 0.82% | - |
| XYZ | 42.55 | 39.28 | 65.01 | - |
| YUV | 171.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 208 | 0.14 | 0.23 | 0 | 0.18 | 263.75 | 0.34 | 0.72 |
| Hex | B3 | A0 | D0 | E | 17 | 0 | 12 | 108 | 22 | 48 |
| Octal | 263 | 240 | 320 | 16 | 27 | 0 | 22 | 410 | 42 | 110 |
| Binary | 10110011 | 10100000 | 11010000 | 1110 | 10111 | 0 | 10010 | 100001000 | 100010 | 1001000 |
Color Harmonies of #B3A0D0
Complementary color
Monochromatic Colors of #B3A0D0
Black with #B3A0D0
Text Example
Text Example
White with #B3A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0D0; }
p { color: rgb(179,160,208); }
H1.HeaderClassName
{
color: #B3A0D0;
}
.AnyTagClassName
{
color: #B3A0D0;
}
</style>
background-color css
<style>
a { background-color: #B3A0D0; }
a { background-color: rgb(179,160,208); }
div.DivClassName
{
background-color: #B3A0D0;
}
.BgClassName
{
background-color: #B3A0D0;
}
</style>
border-color css
<style>
span { border-color: #B3A0D0; }
span { border-color: rgb(179,160,208); }
td.TdClassName
{
border-color: #B3A0D0;
}
.TagClassName
{
border-color: #B3A0D0;
}
</style>