Html Css Color HEX #BDA3AE Lily

📋 copy color: '#BDA3AE'

red 189 ◦ green 163 ◦ blue 174

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

Shades of Lily #BDA3AE

Tints of Lily #BDA3AE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.99%

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

R = 35.93%
G = 30.99%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDA3AE (or 0xBDA3AE) is known color: Lily. HEX triplet: BD, A3 and AE. RGB value is (189,163,174). Sum of RGB (Red+Green+Blue) = 189+163+174=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3AE is #425C51. Grayscale: #ACACAC. Windows color (decimal): -4349010 or 11445181. OLE color: 11445181.

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

Color convert

RGB 189 163 174 -
CMYK 0 0.14 0.08 0.26
HSL 334.62º 0.16% 0.69% -
HSV(B) 334.62º 0.14% 0.74% -
XYZ 41.72 40.07 45.58 -
YUV 172.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 189 163 174 0 0.14 0.08 0.26 334.62 0.16 0.69
Hex BD A3 AE 0 E 8 1A 14F 10 45
Octal 275 243 256 0 16 10 32 517 20 105
Binary 10111101 10100011 10101110 0 1110 1000 11010 101001111 10000 1000101

Color Harmonies of #BDA3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3AE

Black with #BDA3AE

Text Example


Text Example

White with #BDA3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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