#B0A1EC

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

Shades of Biloba Flower #B0A1EC

Tints of Biloba Flower #B0A1EC

Color information

#B0A1EC (or 0xB0A1EC) is unknown color: approx Biloba Flower. HEX triplet: B0, A1 and EC. RGB value is (176,161,236). Sum of RGB (Red+Green+Blue) = 176+161+236=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 161 (63.28% from 255 or 28.10% 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 #B0A1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A1EC is #4F5E13. Grayscale: #ADADAD. Windows color (decimal): -5201428 or 15507888. OLE color: 15507888.

HSL color Cylindrical-coordinate representation of color #B0A1EC: hue angle of 252º degrees, saturation: 0.66, 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 #B0A1EC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176161236-
CMYK0.250.3200.07
HSL252º66.37%77.84%-
HSV(B)252º31.78%92.55%-
XYZ45.7940.7884.81-
YUV174.03162.97129.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=30.72%
G=28.10%
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
Decimal1761612360.250.3200.0725266.3777.84
HexB0A1EC192007fc424e
Octal260241354314007374102116
Binary1011000010100001111011001100110000001111111110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1EC; }

 p { color: rgb(176,161,236); }

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

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

 a { background-color: rgb(176,161,236); }

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

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

 span { border-color: rgb(176,161,236); }

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