Shades of Biloba Flower #B4A1CA
Tints of Biloba Flower #B4A1CA
RGB
CMYK
RGB Variations
Color information
#B4A1CA (or 0xB4A1CA) is known color: Biloba Flower. HEX triplet: B4, A1 and CA. RGB value is (180,161,202). Sum of RGB (Red+Green+Blue) = 180+161+202=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1CA is #4B5E35. Grayscale: #ABABAB. Windows color (decimal): -4939318 or 13279668. OLE color: 13279668.
HSL color Cylindrical-coordinate representation of color #B4A1CA: hue angle of 267.8º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4A1CA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 161 | 202 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.21 |
| HSL | 267.8º | 0.28% | 0.71% | - |
| HSV(B) | 267.8º | 0.2% | 0.79% | - |
| XYZ | 42.23 | 39.46 | 61.27 | - |
| YUV | 171.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 202 | 0.11 | 0.20 | 0 | 0.21 | 267.8 | 0.28 | 0.71 |
| Hex | B4 | A1 | CA | B | 14 | 0 | 15 | 10C | 1C | 47 |
| Octal | 264 | 241 | 312 | 13 | 24 | 0 | 25 | 414 | 34 | 107 |
| Binary | 10110100 | 10100001 | 11001010 | 1011 | 10100 | 0 | 10101 | 100001100 | 11100 | 1000111 |
Color Harmonies of #B4A1CA
Complementary color
Monochromatic Colors of #B4A1CA
Black with #B4A1CA
Text Example
Text Example
White with #B4A1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A1CA; }
p { color: rgb(180,161,202); }
H1.HeaderClassName
{
color: #B4A1CA;
}
.AnyTagClassName
{
color: #B4A1CA;
}
</style>
background-color css
<style>
a { background-color: #B4A1CA; }
a { background-color: rgb(180,161,202); }
div.DivClassName
{
background-color: #B4A1CA;
}
.BgClassName
{
background-color: #B4A1CA;
}
</style>
border-color css
<style>
span { border-color: #B4A1CA; }
span { border-color: rgb(180,161,202); }
td.TdClassName
{
border-color: #B4A1CA;
}
.TagClassName
{
border-color: #B4A1CA;
}
</style>