#BDAEB3

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

Shades of Lily #BDAEB3

Tints of Lily #BDAEB3

Color information

#BDAEB3 (or 0xBDAEB3) is unknown color: approx Lily. HEX triplet: BD, AE and B3. RGB value is (189,174,179). Sum of RGB (Red+Green+Blue) = 189+174+179=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB3 is #42514C. Grayscale: #B3B3B3. Windows color (decimal): -4346189 or 11775677. OLE color: 11775677.

HSL color Cylindrical-coordinate representation of color #BDAEB3: hue angle of 340º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDAEB3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB189174179-
CMYK00.080.050.26
HSL340º10.2%71.18%-
HSV(B)340º7.94%74.12%-
XYZ44.2644.3548.87-
YUV179.06127.97135.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=34.87%
G=32.10%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917417900.080.050.2634010.271.18
HexBDAEB30851A154a47
Octal27525626301053252412107
Binary101111011010111010110011010001011101010101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB3; }

 p { color: rgb(189,174,179); }

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

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

 a { background-color: rgb(189,174,179); }

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

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

 span { border-color: rgb(189,174,179); }

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