#B49DD9

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

Shades of Biloba Flower #B49DD9

Tints of Biloba Flower #B49DD9

Color information

#B49DD9 (or 0xB49DD9) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and D9. RGB value is (180,157,217). Sum of RGB (Red+Green+Blue) = 180+157+217=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #B49DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DD9 is #4B6226. Grayscale: #AAAAAA. Windows color (decimal): -4940327 or 14261684. OLE color: 14261684.

HSL color Cylindrical-coordinate representation of color #B49DD9: hue angle of 263º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49DD9 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180157217-
CMYK0.170.2800.15
HSL263º44.12%73.33%-
HSV(B)263º27.65%85.1%-
XYZ43.438.8370.85-
YUV170.72154.12134.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=32.49%
G=28.34%
B=39.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801572170.170.2800.1526344.1273.33
HexB49DD9111C0F1072c49
Octal264235331213401740754111
Binary1011010010011101110110011000111100011111000001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DD9; }

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

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

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

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

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

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

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

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