Shades of Biloba Flower #B4A4DC
Tints of Biloba Flower #B4A4DC
RGB
CMYK
RGB Variations
Color information
#B4A4DC (or 0xB4A4DC) is known color: Biloba Flower. HEX triplet: B4, A4 and DC. RGB value is (180,164,220). Sum of RGB (Red+Green+Blue) = 180+164+220=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4DC is #4B5B23. Grayscale: #AEAEAE. Windows color (decimal): -4938532 or 14460084. OLE color: 14460084.
HSL color Cylindrical-coordinate representation of color #B4A4DC: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A4DC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 164 | 220 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.14 |
| HSL | 257.14º | 0.44% | 0.75% | - |
| HSV(B) | 257.14º | 0.25% | 0.86% | - |
| XYZ | 45.02 | 41.42 | 73.33 | - |
| YUV | 175.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 220 | 0.18 | 0.25 | 0 | 0.14 | 257.14 | 0.44 | 0.75 |
| Hex | B4 | A4 | DC | 12 | 19 | 0 | E | 101 | 2C | 4B |
| Octal | 264 | 244 | 334 | 22 | 31 | 0 | 16 | 401 | 54 | 113 |
| Binary | 10110100 | 10100100 | 11011100 | 10010 | 11001 | 0 | 1110 | 100000001 | 101100 | 1001011 |
Color Harmonies of #B4A4DC
Complementary color
Monochromatic Colors of #B4A4DC
Black with #B4A4DC
Text Example
Text Example
White with #B4A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A4DC; }
p { color: rgb(180,164,220); }
H1.HeaderClassName
{
color: #B4A4DC;
}
.AnyTagClassName
{
color: #B4A4DC;
}
</style>
background-color css
<style>
a { background-color: #B4A4DC; }
a { background-color: rgb(180,164,220); }
div.DivClassName
{
background-color: #B4A4DC;
}
.BgClassName
{
background-color: #B4A4DC;
}
</style>
border-color css
<style>
span { border-color: #B4A4DC; }
span { border-color: rgb(180,164,220); }
td.TdClassName
{
border-color: #B4A4DC;
}
.TagClassName
{
border-color: #B4A4DC;
}
</style>