Shades of Biloba Flower #B4A3CE
Tints of Biloba Flower #B4A3CE
RGB
CMYK
RGB Variations
Color information
#B4A3CE (or 0xB4A3CE) is known color: Biloba Flower. HEX triplet: B4, A3 and CE. RGB value is (180,163,206). Sum of RGB (Red+Green+Blue) = 180+163+206=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3CE is #4B5C31. Grayscale: #ACACAC. Windows color (decimal): -4938802 or 13542324. OLE color: 13542324.
HSL color Cylindrical-coordinate representation of color #B4A3CE: hue angle of 263.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4A3CE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 163 | 206 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.19 |
| HSL | 263.72º | 0.3% | 0.72% | - |
| HSV(B) | 263.72º | 0.21% | 0.81% | - |
| XYZ | 43.06 | 40.35 | 63.91 | - |
| YUV | 172.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 206 | 0.13 | 0.21 | 0 | 0.19 | 263.72 | 0.3 | 0.72 |
| Hex | B4 | A3 | CE | D | 15 | 0 | 13 | 108 | 1E | 48 |
| Octal | 264 | 243 | 316 | 15 | 25 | 0 | 23 | 410 | 36 | 110 |
| Binary | 10110100 | 10100011 | 11001110 | 1101 | 10101 | 0 | 10011 | 100001000 | 11110 | 1001000 |
Color Harmonies of #B4A3CE
Complementary color
Monochromatic Colors of #B4A3CE
Black with #B4A3CE
Text Example
Text Example
White with #B4A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3CE; }
p { color: rgb(180,163,206); }
H1.HeaderClassName
{
color: #B4A3CE;
}
.AnyTagClassName
{
color: #B4A3CE;
}
</style>
background-color css
<style>
a { background-color: #B4A3CE; }
a { background-color: rgb(180,163,206); }
div.DivClassName
{
background-color: #B4A3CE;
}
.BgClassName
{
background-color: #B4A3CE;
}
</style>
border-color css
<style>
span { border-color: #B4A3CE; }
span { border-color: rgb(180,163,206); }
td.TdClassName
{
border-color: #B4A3CE;
}
.TagClassName
{
border-color: #B4A3CE;
}
</style>