#B49DEE

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

Shades of Biloba Flower #B49DEE

Tints of Biloba Flower #B49DEE

Color information

#B49DEE (or 0xB49DEE) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and EE. RGB value is (180,157,238). Sum of RGB (Red+Green+Blue) = 180+157+238=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #B49DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DEE is #4B6211. Grayscale: #ACACAC. Windows color (decimal): -4940306 or 15637940. OLE color: 15637940.

HSL color Cylindrical-coordinate representation of color #B49DEE: hue angle of 257.04º degrees, saturation: 0.7, 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 #B49DEE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180157238-
CMYK0.240.3400.07
HSL257.04º70.43%77.45%-
HSV(B)257.04º34.03%93.33%-
XYZ46.3139.9986.17-
YUV173.11164.62132.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=31.30%
G=27.30%
B=41.39%

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
Decimal1801572380.240.3400.07257.0470.4377.45
HexB49DEE182207101464d
Octal264235356304207401106115
Binary10110100100111011110111011000100010011110000000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DEE; }

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

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

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

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

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

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

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

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