Shades of Biloba Flower #B4A1CE
Tints of Biloba Flower #B4A1CE
RGB
CMYK
RGB Variations
Color information
#B4A1CE (or 0xB4A1CE) is known color: Biloba Flower. HEX triplet: B4, A1 and CE. RGB value is (180,161,206). Sum of RGB (Red+Green+Blue) = 180+161+206=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1CE is #4B5E31. Grayscale: #ABABAB. Windows color (decimal): -4939314 or 13541812. OLE color: 13541812.
HSL color Cylindrical-coordinate representation of color #B4A1CE: hue angle of 265.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A1CE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 161 | 206 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.19 |
| HSL | 265.33º | 0.31% | 0.72% | - |
| HSV(B) | 265.33º | 0.22% | 0.81% | - |
| XYZ | 42.71 | 39.65 | 63.79 | - |
| YUV | 171.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 206 | 0.13 | 0.22 | 0 | 0.19 | 265.33 | 0.31 | 0.72 |
| Hex | B4 | A1 | CE | D | 16 | 0 | 13 | 109 | 1F | 48 |
| Octal | 264 | 241 | 316 | 15 | 26 | 0 | 23 | 411 | 37 | 110 |
| Binary | 10110100 | 10100001 | 11001110 | 1101 | 10110 | 0 | 10011 | 100001001 | 11111 | 1001000 |
Color Harmonies of #B4A1CE
Complementary color
Monochromatic Colors of #B4A1CE
Black with #B4A1CE
Text Example
Text Example
White with #B4A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A1CE; }
p { color: rgb(180,161,206); }
H1.HeaderClassName
{
color: #B4A1CE;
}
.AnyTagClassName
{
color: #B4A1CE;
}
</style>
background-color css
<style>
a { background-color: #B4A1CE; }
a { background-color: rgb(180,161,206); }
div.DivClassName
{
background-color: #B4A1CE;
}
.BgClassName
{
background-color: #B4A1CE;
}
</style>
border-color css
<style>
span { border-color: #B4A1CE; }
span { border-color: rgb(180,161,206); }
td.TdClassName
{
border-color: #B4A1CE;
}
.TagClassName
{
border-color: #B4A1CE;
}
</style>