Shades of Biloba Flower #B4A7D6
Tints of Biloba Flower #B4A7D6
RGB
CMYK
RGB Variations
Color information
#B4A7D6 (or 0xB4A7D6) is known color: Biloba Flower. HEX triplet: B4, A7 and D6. RGB value is (180,167,214). Sum of RGB (Red+Green+Blue) = 180+167+214=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4A7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A7D6 is #4B5829. Grayscale: #B0B0B0. Windows color (decimal): -4937770 or 14067636. OLE color: 14067636.
HSL color Cylindrical-coordinate representation of color #B4A7D6: hue angle of 256.6º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A7D6 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 167 | 214 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.16 |
| HSL | 256.6º | 0.36% | 0.75% | - |
| HSV(B) | 256.6º | 0.22% | 0.84% | - |
| XYZ | 44.78 | 42.2 | 69.4 | - |
| YUV | 176.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 214 | 0.16 | 0.22 | 0 | 0.16 | 256.6 | 0.36 | 0.75 |
| Hex | B4 | A7 | D6 | 10 | 16 | 0 | 10 | 101 | 24 | 4B |
| Octal | 264 | 247 | 326 | 20 | 26 | 0 | 20 | 401 | 44 | 113 |
| Binary | 10110100 | 10100111 | 11010110 | 10000 | 10110 | 0 | 10000 | 100000001 | 100100 | 1001011 |
Color Harmonies of #B4A7D6
Complementary color
Monochromatic Colors of #B4A7D6
Black with #B4A7D6
Text Example
Text Example
White with #B4A7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A7D6; }
p { color: rgb(180,167,214); }
H1.HeaderClassName
{
color: #B4A7D6;
}
.AnyTagClassName
{
color: #B4A7D6;
}
</style>
background-color css
<style>
a { background-color: #B4A7D6; }
a { background-color: rgb(180,167,214); }
div.DivClassName
{
background-color: #B4A7D6;
}
.BgClassName
{
background-color: #B4A7D6;
}
</style>
border-color css
<style>
span { border-color: #B4A7D6; }
span { border-color: rgb(180,167,214); }
td.TdClassName
{
border-color: #B4A7D6;
}
.TagClassName
{
border-color: #B4A7D6;
}
</style>