Shades of Biloba Flower #B1A4EA
Tints of Biloba Flower #B1A4EA
RGB
CMYK
RGB Variations
Color information
#B1A4EA (or 0xB1A4EA) is known color: Biloba Flower. HEX triplet: B1, A4 and EA. RGB value is (177,164,234). Sum of RGB (Red+Green+Blue) = 177+164+234=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4EA is #4E5B15. Grayscale: #AFAFAF. Windows color (decimal): -5135126 or 15377585. OLE color: 15377585.
HSL color Cylindrical-coordinate representation of color #B1A4EA: hue angle of 251.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1A4EA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 164 | 234 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.08 |
| HSL | 251.14º | 0.63% | 0.78% | - |
| HSV(B) | 251.14º | 0.3% | 0.92% | - |
| XYZ | 46.26 | 41.84 | 83.48 | - |
| YUV | 175.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 234 | 0.24 | 0.30 | 0 | 0.08 | 251.14 | 0.63 | 0.78 |
| Hex | B1 | A4 | EA | 18 | 1E | 0 | 8 | FB | 3E | 4E |
| Octal | 261 | 244 | 352 | 30 | 36 | 0 | 10 | 373 | 76 | 116 |
| Binary | 10110001 | 10100100 | 11101010 | 11000 | 11110 | 0 | 1000 | 11111011 | 111110 | 1001110 |
Color Harmonies of #B1A4EA
Complementary color
Monochromatic Colors of #B1A4EA
Black with #B1A4EA
Text Example
Text Example
White with #B1A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4EA; }
p { color: rgb(177,164,234); }
H1.HeaderClassName
{
color: #B1A4EA;
}
.AnyTagClassName
{
color: #B1A4EA;
}
</style>
background-color css
<style>
a { background-color: #B1A4EA; }
a { background-color: rgb(177,164,234); }
div.DivClassName
{
background-color: #B1A4EA;
}
.BgClassName
{
background-color: #B1A4EA;
}
</style>
border-color css
<style>
span { border-color: #B1A4EA; }
span { border-color: rgb(177,164,234); }
td.TdClassName
{
border-color: #B1A4EA;
}
.TagClassName
{
border-color: #B1A4EA;
}
</style>