#b1a0ea

Color #B1A0EA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B1A0EA

Tints of Biloba Flower #B1A0EA

Color information

#B1A0EA (or 0xB1A0EA) is unknown color: approx Biloba Flower. HEX triplet: B1, A0 and EA. RGB value is (177,160,234). Sum of RGB (Red+Green+Blue) = 177+160+234=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A0EA is #4E5F15. Grayscale: #ADADAD. Windows color (decimal): -5136150 or 15376561. OLE color: 15376561.

HSL color Cylindrical-coordinate representation of color #B1A0EA: hue angle of 253.78º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1A0EA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177160234-
CMYK0.240.3200.08
HSL253.78º63.79%77.25%-
HSV(B)253.78º31.62%91.76%-
XYZ45.5540.4383.24-
YUV173.52162.13130.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=31.00%
G=28.02%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771602340.240.3200.08253.7863.7977.25
HexB1A0EA182008fe404d
Octal2612403523040010376100115
Binary10110001101000001110101011000100000010001111111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1a0ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1a0ea; }

 p { color: rgb(177,160,234); }

 H1.HeaderClassName
 {
   color: #b1a0ea;
 }
 .AnyTagClassName
 {
   color: #b1a0ea;
 }
</style>
background-color css

<style>
 a { background-color: #b1a0ea; }

 a { background-color: rgb(177,160,234); }

 div.DivClassName
 {
   background-color: #b1a0ea;
 }
 .BgClassName
 {
   background-color: #b1a0ea;
 }
</style>
border-color css

<style>
 span { border-color: #b1a0ea; }

 span { border-color: rgb(177,160,234); }

 td.TdClassName
 {
   border-color: #b1a0ea;
 }
 .TagClassName
 {
   border-color: #b1a0ea;
 }
</style>