Html Css Color HEX #BDA2AE Lily

📋 copy color: '#BDA2AE'

red 189 ◦ green 162 ◦ blue 174

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

Shades of Lily #BDA2AE

Tints of Lily #BDA2AE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

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

R = 36%
G = 30.86%
B = 33.14%

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

#BDA2AE (or 0xBDA2AE) is known color: Lily. HEX triplet: BD, A2 and AE. RGB value is (189,162,174). Sum of RGB (Red+Green+Blue) = 189+162+174=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2AE is #425D51. Grayscale: #ABABAB. Windows color (decimal): -4349266 or 11444925. OLE color: 11444925.

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

Color convert

RGB 189 162 174 -
CMYK 0 0.14 0.08 0.26
HSL 333.33º 0.17% 0.69% -
HSV(B) 333.33º 0.14% 0.74% -
XYZ 41.55 39.72 45.52 -
YUV 171.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 189 162 174 0 0.14 0.08 0.26 333.33 0.17 0.69
Hex BD A2 AE 0 E 8 1A 14D 11 45
Octal 275 242 256 0 16 10 32 515 21 105
Binary 10111101 10100010 10101110 0 1110 1000 11010 101001101 10001 1000101

Color Harmonies of #BDA2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2AE

Black with #BDA2AE

Text Example


Text Example

White with #BDA2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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