#BDA3B2

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

Shades of Lily #BDA3B2

Tints of Lily #BDA3B2

Color information

#BDA3B2 (or 0xBDA3B2) is unknown color: approx Lily. HEX triplet: BD, A3 and B2. RGB value is (189,163,178). Sum of RGB (Red+Green+Blue) = 189+163+178=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3B2 is #425C4D. Grayscale: #ACACAC. Windows color (decimal): -4349006 or 11707325. OLE color: 11707325.

HSL color Cylindrical-coordinate representation of color #BDA3B2: hue angle of 325.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA3B2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189163178-
CMYK00.140.060.26
HSL325.38º16.46%69.02%-
HSV(B)325.38º13.76%74.12%-
XYZ42.1240.2347.66-
YUV172.48131.11139.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=35.66%
G=30.75%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916317800.140.060.26325.3816.4669.02
HexBDA3B20E61A1451045
Octal27524326201663250520105
Binary1011110110100011101100100111011011010101000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA3B2; }

 p { color: rgb(189,163,178); }

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

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

 a { background-color: rgb(189,163,178); }

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

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

 span { border-color: rgb(189,163,178); }

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