#B49ECE

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

Shades of Biloba Flower #B49ECE

Tints of Biloba Flower #B49ECE

Color information

#B49ECE (or 0xB49ECE) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and CE. RGB value is (180,158,206). Sum of RGB (Red+Green+Blue) = 180+158+206=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B49ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ECE is #4B6131. Grayscale: #A9A9A9. Windows color (decimal): -4940082 or 13541044. OLE color: 13541044.

HSL color Cylindrical-coordinate representation of color #B49ECE: hue angle of 267.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49ECE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180158206-
CMYK0.130.2300.19
HSL267.5º32.88%71.37%-
HSV(B)267.5º23.3%80.78%-
XYZ42.1938.6163.62-
YUV170.05148.29135.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=33.09%
G=29.04%
B=37.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801582060.130.2300.19267.532.8871.37
HexB49ECED1701310c2147
Octal264236316152702341441107
Binary1011010010011110110011101101101110100111000011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ECE; }

 p { color: rgb(180,158,206); }

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

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

 a { background-color: rgb(180,158,206); }

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

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

 span { border-color: rgb(180,158,206); }

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