#BDAEB6

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

Shades of Lily #BDAEB6

Tints of Lily #BDAEB6

Color information

#BDAEB6 (or 0xBDAEB6) is unknown color: approx Lily. HEX triplet: BD, AE and B6. RGB value is (189,174,182). Sum of RGB (Red+Green+Blue) = 189+174+182=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB6 is #425149. Grayscale: #B3B3B3. Windows color (decimal): -4346186 or 11972285. OLE color: 11972285.

HSL color Cylindrical-coordinate representation of color #BDAEB6: hue angle of 328º 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 #BDAEB6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189174182-
CMYK00.080.040.26
HSL328º10.2%71.18%-
HSV(B)328º7.94%74.12%-
XYZ44.5744.4750.49-
YUV179.4129.47134.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=34.68%
G=31.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917418200.080.040.2632810.271.18
HexBDAEB60841A148a47
Octal27525626601043251012107
Binary101111011010111010110110010001001101010100100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB6; }

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

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

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

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

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

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

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

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