#B1A0EC

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

Shades of Biloba Flower #B1A0EC

Tints of Biloba Flower #B1A0EC

Color information

#B1A0EC (or 0xB1A0EC) is unknown color: approx Biloba Flower. HEX triplet: B1, A0 and EC. RGB value is (177,160,236). Sum of RGB (Red+Green+Blue) = 177+160+236=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A0EC is #4E5F13. Grayscale: #ADADAD. Windows color (decimal): -5136148 or 15507633. OLE color: 15507633.

HSL color Cylindrical-coordinate representation of color #B1A0EC: hue angle of 253.42º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1A0EC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177160236-
CMYK0.250.3200.07
HSL253.42º66.67%77.65%-
HSV(B)253.42º32.2%92.55%-
XYZ45.8440.5484.77-
YUV173.75163.13130.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=30.89%
G=27.92%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771602360.250.3200.07253.4266.6777.65
HexB1A0EC192007fd434e
Octal261240354314007375103116
Binary1011000110100000111011001100110000001111111110110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0EC; }

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

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

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

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

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

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

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

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