Shades of Biloba Flower #B4A4D7
Tints of Biloba Flower #B4A4D7
RGB
CMYK
RGB Variations
Color information
#B4A4D7 (or 0xB4A4D7) is known color: Biloba Flower. HEX triplet: B4, A4 and D7. RGB value is (180,164,215). Sum of RGB (Red+Green+Blue) = 180+164+215=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4A4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4D7 is #4B5B28. Grayscale: #AEAEAE. Windows color (decimal): -4938537 or 14132404. OLE color: 14132404.
HSL color Cylindrical-coordinate representation of color #B4A4D7: hue angle of 258.82º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A4D7 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 164 | 215 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.16 |
| HSL | 258.82º | 0.39% | 0.74% | - |
| HSV(B) | 258.82º | 0.24% | 0.84% | - |
| XYZ | 44.36 | 41.16 | 69.9 | - |
| YUV | 174.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 215 | 0.16 | 0.24 | 0 | 0.16 | 258.82 | 0.39 | 0.74 |
| Hex | B4 | A4 | D7 | 10 | 18 | 0 | 10 | 103 | 27 | 4A |
| Octal | 264 | 244 | 327 | 20 | 30 | 0 | 20 | 403 | 47 | 112 |
| Binary | 10110100 | 10100100 | 11010111 | 10000 | 11000 | 0 | 10000 | 100000011 | 100111 | 1001010 |
Color Harmonies of #B4A4D7
Complementary color
Monochromatic Colors of #B4A4D7
Black with #B4A4D7
Text Example
Text Example
White with #B4A4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A4D7; }
p { color: rgb(180,164,215); }
H1.HeaderClassName
{
color: #B4A4D7;
}
.AnyTagClassName
{
color: #B4A4D7;
}
</style>
background-color css
<style>
a { background-color: #B4A4D7; }
a { background-color: rgb(180,164,215); }
div.DivClassName
{
background-color: #B4A4D7;
}
.BgClassName
{
background-color: #B4A4D7;
}
</style>
border-color css
<style>
span { border-color: #B4A4D7; }
span { border-color: rgb(180,164,215); }
td.TdClassName
{
border-color: #B4A4D7;
}
.TagClassName
{
border-color: #B4A4D7;
}
</style>