#B49DEC

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

Shades of Biloba Flower #B49DEC

Tints of Biloba Flower #B49DEC

Color information

#B49DEC (or 0xB49DEC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and EC. RGB value is (180,157,236). Sum of RGB (Red+Green+Blue) = 180+157+236=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 157 (61.72% from 255 or 27.40% 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 #B49DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DEC is #4B6213. Grayscale: #ACACAC. Windows color (decimal): -4940308 or 15506868. OLE color: 15506868.

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

Color convert

RGB180157236-
CMYK0.240.3300.07
HSL257.47º67.52%77.06%-
HSV(B)257.47º33.47%92.55%-
XYZ46.0239.8784.63-
YUV172.88163.62133.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=31.41%
G=27.40%
B=41.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801572360.240.3300.07257.4767.5277.06
HexB49DEC182107101444d
Octal264235354304107401104115
Binary10110100100111011110110011000100001011110000000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DEC; }

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

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

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

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

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

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

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

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