Html Css Color HEX #BEA2AE Lily

📋 copy color: '#BEA2AE'

red 190 ◦ green 162 ◦ blue 174

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

Shades of Lily #BEA2AE

Tints of Lily #BEA2AE

RGB

 RED value IS 190 (74.61% from 255) = 36.12%

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

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

R = 36.12%
G = 30.8%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEA2AE (or 0xBEA2AE) is known color: Lily. HEX triplet: BE, A2 and AE. RGB value is (190,162,174). Sum of RGB (Red+Green+Blue) = 190+162+174=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2AE is #415D51. Grayscale: #ABABAB. Windows color (decimal): -4283730 or 11444926. OLE color: 11444926.

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

Color convert

RGB 190 162 174 -
CMYK 0 0.15 0.08 0.25
HSL 334.29º 0.18% 0.69% -
HSV(B) 334.29º 0.15% 0.75% -
XYZ 41.8 39.84 45.53 -
YUV 171.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 190 162 174 0 0.15 0.08 0.25 334.29 0.18 0.69
Hex BE A2 AE 0 F 8 19 14E 12 45
Octal 276 242 256 0 17 10 31 516 22 105
Binary 10111110 10100010 10101110 0 1111 1000 11001 101001110 10010 1000101

Color Harmonies of #BEA2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2AE

Black with #BEA2AE

Text Example


Text Example

White with #BEA2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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