Html Css Color HEX #BDA6AE Lily

📋 copy color: '#BDA6AE'

red 189 ◦ green 166 ◦ blue 174

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

Shades of Lily #BDA6AE

Tints of Lily #BDA6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

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

R = 35.73%
G = 31.38%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDA6AE (or 0xBDA6AE) is known color: Lily. HEX triplet: BD, A6 and AE. RGB value is (189,166,174). Sum of RGB (Red+Green+Blue) = 189+166+174=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6AE is #425951. Grayscale: #ADADAD. Windows color (decimal): -4348242 or 11445949. OLE color: 11445949.

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

Color convert

RGB 189 166 174 -
CMYK 0 0.12 0.08 0.26
HSL 339.13º 0.15% 0.7% -
HSV(B) 339.13º 0.12% 0.74% -
XYZ 42.26 41.15 45.76 -
YUV 173.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 189 166 174 0 0.12 0.08 0.26 339.13 0.15 0.7
Hex BD A6 AE 0 C 8 1A 153 F 46
Octal 275 246 256 0 14 10 32 523 17 106
Binary 10111101 10100110 10101110 0 1100 1000 11010 101010011 1111 1000110

Color Harmonies of #BDA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6AE

Black with #BDA6AE

Text Example


Text Example

White with #BDA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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