Shades of Biloba Flower #B1A4CA
Tints of Biloba Flower #B1A4CA
RGB
CMYK
RGB Variations
Color information
#B1A4CA (or 0xB1A4CA) is known color: Biloba Flower. HEX triplet: B1, A4 and CA. RGB value is (177,164,202). Sum of RGB (Red+Green+Blue) = 177+164+202=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 164 (64.45% from 255 or 30.20% 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 #B1A4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4CA is #4E5B35. Grayscale: #ACACAC. Windows color (decimal): -5135158 or 13280433. OLE color: 13280433.
HSL color Cylindrical-coordinate representation of color #B1A4CA: hue angle of 260.53º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1A4CA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 164 | 202 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.21 |
| HSL | 260.53º | 0.26% | 0.72% | - |
| HSV(B) | 260.53º | 0.19% | 0.79% | - |
| XYZ | 42.07 | 40.16 | 61.41 | - |
| YUV | 172.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 202 | 0.12 | 0.19 | 0 | 0.21 | 260.53 | 0.26 | 0.72 |
| Hex | B1 | A4 | CA | C | 13 | 0 | 15 | 105 | 1A | 48 |
| Octal | 261 | 244 | 312 | 14 | 23 | 0 | 25 | 405 | 32 | 110 |
| Binary | 10110001 | 10100100 | 11001010 | 1100 | 10011 | 0 | 10101 | 100000101 | 11010 | 1001000 |
Color Harmonies of #B1A4CA
Complementary color
Monochromatic Colors of #B1A4CA
Black with #B1A4CA
Text Example
Text Example
White with #B1A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4CA; }
p { color: rgb(177,164,202); }
H1.HeaderClassName
{
color: #B1A4CA;
}
.AnyTagClassName
{
color: #B1A4CA;
}
</style>
background-color css
<style>
a { background-color: #B1A4CA; }
a { background-color: rgb(177,164,202); }
div.DivClassName
{
background-color: #B1A4CA;
}
.BgClassName
{
background-color: #B1A4CA;
}
</style>
border-color css
<style>
span { border-color: #B1A4CA; }
span { border-color: rgb(177,164,202); }
td.TdClassName
{
border-color: #B1A4CA;
}
.TagClassName
{
border-color: #B1A4CA;
}
</style>