#B49CEC

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

Shades of Biloba Flower #B49CEC

Tints of Biloba Flower #B49CEC

Color information

#B49CEC (or 0xB49CEC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and EC. RGB value is (180,156,236). Sum of RGB (Red+Green+Blue) = 180+156+236=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #B49CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CEC is #4B6313. Grayscale: #ACACAC. Windows color (decimal): -4940564 or 15506612. OLE color: 15506612.

HSL color Cylindrical-coordinate representation of color #B49CEC: hue angle of 258º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49CEC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180156236-
CMYK0.240.3400.07
HSL258º67.8%76.86%-
HSV(B)258º33.9%92.55%-
XYZ45.8539.5484.57-
YUV172.3163.95133.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=31.47%
G=27.27%
B=41.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801562360.240.3400.0725867.876.86
HexB49CEC182207102444d
Octal264234354304207402104115
Binary10110100100111001110110011000100010011110000001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CEC; }

 p { color: rgb(180,156,236); }

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

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

 a { background-color: rgb(180,156,236); }

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

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

 span { border-color: rgb(180,156,236); }

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