Shades of Biloba Flower #B5A7D3
Tints of Biloba Flower #B5A7D3
RGB
CMYK
RGB Variations
Color information
#B5A7D3 (or 0xB5A7D3) is known color: Biloba Flower. HEX triplet: B5, A7 and D3. RGB value is (181,167,211). Sum of RGB (Red+Green+Blue) = 181+167+211=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #B5A7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7D3 is #4A582C. Grayscale: #B0B0B0. Windows color (decimal): -4872237 or 13871029. OLE color: 13871029.
HSL color Cylindrical-coordinate representation of color #B5A7D3: hue angle of 259.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5A7D3 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 167 | 211 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.17 |
| HSL | 259.09º | 0.33% | 0.74% | - |
| HSV(B) | 259.09º | 0.21% | 0.83% | - |
| XYZ | 44.63 | 42.16 | 67.41 | - |
| YUV | 176.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 211 | 0.14 | 0.21 | 0 | 0.17 | 259.09 | 0.33 | 0.74 |
| Hex | B5 | A7 | D3 | E | 15 | 0 | 11 | 103 | 21 | 4A |
| Octal | 265 | 247 | 323 | 16 | 25 | 0 | 21 | 403 | 41 | 112 |
| Binary | 10110101 | 10100111 | 11010011 | 1110 | 10101 | 0 | 10001 | 100000011 | 100001 | 1001010 |
Color Harmonies of #B5A7D3
Complementary color
Monochromatic Colors of #B5A7D3
Black with #B5A7D3
Text Example
Text Example
White with #B5A7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A7D3; }
p { color: rgb(181,167,211); }
H1.HeaderClassName
{
color: #B5A7D3;
}
.AnyTagClassName
{
color: #B5A7D3;
}
</style>
background-color css
<style>
a { background-color: #B5A7D3; }
a { background-color: rgb(181,167,211); }
div.DivClassName
{
background-color: #B5A7D3;
}
.BgClassName
{
background-color: #B5A7D3;
}
</style>
border-color css
<style>
span { border-color: #B5A7D3; }
span { border-color: rgb(181,167,211); }
td.TdClassName
{
border-color: #B5A7D3;
}
.TagClassName
{
border-color: #B5A7D3;
}
</style>