Shades of Biloba Flower #B4A4CF
Tints of Biloba Flower #B4A4CF
RGB
CMYK
RGB Variations
Color information
#B4A4CF (or 0xB4A4CF) is known color: Biloba Flower. HEX triplet: B4, A4 and CF. RGB value is (180,164,207). Sum of RGB (Red+Green+Blue) = 180+164+207=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4CF is #4B5B30. Grayscale: #ADADAD. Windows color (decimal): -4938545 or 13608116. OLE color: 13608116.
HSL color Cylindrical-coordinate representation of color #B4A4CF: hue angle of 262.33º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4A4CF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 164 | 207 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.19 |
| HSL | 262.33º | 0.31% | 0.73% | - |
| HSV(B) | 262.33º | 0.21% | 0.81% | - |
| XYZ | 43.36 | 40.76 | 64.61 | - |
| YUV | 173.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 207 | 0.13 | 0.21 | 0 | 0.19 | 262.33 | 0.31 | 0.73 |
| Hex | B4 | A4 | CF | D | 15 | 0 | 13 | 106 | 1F | 49 |
| Octal | 264 | 244 | 317 | 15 | 25 | 0 | 23 | 406 | 37 | 111 |
| Binary | 10110100 | 10100100 | 11001111 | 1101 | 10101 | 0 | 10011 | 100000110 | 11111 | 1001001 |
Color Harmonies of #B4A4CF
Complementary color
Monochromatic Colors of #B4A4CF
Black with #B4A4CF
Text Example
Text Example
White with #B4A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A4CF; }
p { color: rgb(180,164,207); }
H1.HeaderClassName
{
color: #B4A4CF;
}
.AnyTagClassName
{
color: #B4A4CF;
}
</style>
background-color css
<style>
a { background-color: #B4A4CF; }
a { background-color: rgb(180,164,207); }
div.DivClassName
{
background-color: #B4A4CF;
}
.BgClassName
{
background-color: #B4A4CF;
}
</style>
border-color css
<style>
span { border-color: #B4A4CF; }
span { border-color: rgb(180,164,207); }
td.TdClassName
{
border-color: #B4A4CF;
}
.TagClassName
{
border-color: #B4A4CF;
}
</style>