Html Css Color HEX #BDA1AE Lily

📋 copy color: '#BDA1AE'

red 189 ◦ green 161 ◦ blue 174

#BDA1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BDA1AE

Tints of Lily #BDA1AE

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

 GREEN value IS 161 (63.28% from 255) = 30.73%

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 36.07%
G = 30.73%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDA1AE (or 0xBDA1AE) is known color: Lily. HEX triplet: BD, A1 and AE. RGB value is (189,161,174). Sum of RGB (Red+Green+Blue) = 189+161+174=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1AE is #425E51. Grayscale: #AAAAAA. Windows color (decimal): -4349522 or 11444669. OLE color: 11444669.

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

Color convert

RGB 189 161 174 -
CMYK 0 0.15 0.08 0.26
HSL 332.14º 0.18% 0.69% -
HSV(B) 332.14º 0.15% 0.74% -
XYZ 41.37 39.36 45.46 -
YUV 170.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 189 161 174 0 0.15 0.08 0.26 332.14 0.18 0.69
Hex BD A1 AE 0 F 8 1A 14C 12 45
Octal 275 241 256 0 17 10 32 514 22 105
Binary 10111101 10100001 10101110 0 1111 1000 11010 101001100 10010 1000101

Color Harmonies of #BDA1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1AE

Black with #BDA1AE

Text Example


Text Example

White with #BDA1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1AE; }

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

 H1.HeaderClassName
 {
   color: #BDA1AE;
 }
 .AnyTagClassName
 {
   color: #BDA1AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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