#B18BEC

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

Shades of Biloba Flower #B18BEC

Tints of Biloba Flower #B18BEC

Color information

#B18BEC (or 0xB18BEC) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and EC. RGB value is (177,139,236). Sum of RGB (Red+Green+Blue) = 177+139+236=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #B18BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BEC is #4E7413. Grayscale: #A1A1A1. Windows color (decimal): -5141524 or 15502257. OLE color: 15502257.

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

Color convert

RGB177139236-
CMYK0.250.4100.07
HSL263.51º71.85%73.53%-
HSV(B)263.51º41.1%92.55%-
XYZ42.533.8783.65-
YUV161.42170.09139.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=32.07%
G=25.18%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771392360.250.4100.07263.5171.8573.53
HexB18BEC192907108484a
Octal261213354315107410110112
Binary10110001100010111110110011001101001011110000100010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BEC; }

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

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

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

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

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

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

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

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