Html Css Color HEX #BEA4B2 Lily

📋 copy color: '#BEA4B2'

red 190 ◦ green 164 ◦ blue 178

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

Shades of Lily #BEA4B2

Tints of Lily #BEA4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 35.71%
G = 30.83%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEA4B2 (or 0xBEA4B2) is known color: Lily. HEX triplet: BE, A4 and B2. RGB value is (190,164,178). Sum of RGB (Red+Green+Blue) = 190+164+178=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4B2 is #415B4D. Grayscale: #ADADAD. Windows color (decimal): -4283214 or 11707582. OLE color: 11707582.

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

Color convert

RGB 190 164 178 -
CMYK 0 0.14 0.06 0.25
HSL 327.69º 0.17% 0.69% -
HSV(B) 327.69º 0.14% 0.75% -
XYZ 42.55 40.71 47.74 -
YUV 173.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 190 164 178 0 0.14 0.06 0.25 327.69 0.17 0.69
Hex BE A4 B2 0 E 6 19 148 11 45
Octal 276 244 262 0 16 6 31 510 21 105
Binary 10111110 10100100 10110010 0 1110 110 11001 101001000 10001 1000101

Color Harmonies of #BEA4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4B2

Black with #BEA4B2

Text Example


Text Example

White with #BEA4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4B2; }

 p { color: rgb(190,164,178); }

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

background-color css

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

 a { background-color: rgb(190,164,178); }

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

border-color css

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

 span { border-color: rgb(190,164,178); }

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