Html Css Color HEX #BEA1B9 Lily

📋 copy color: '#BEA1B9'

red 190 ◦ green 161 ◦ blue 185

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

Shades of Lily #BEA1B9

Tints of Lily #BEA1B9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 35.45%
G = 30.04%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEA1B9 (or 0xBEA1B9) is known color: Lily. HEX triplet: BE, A1 and B9. RGB value is (190,161,185). Sum of RGB (Red+Green+Blue) = 190+161+185=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1B9 is #415E46. Grayscale: #ACACAC. Windows color (decimal): -4283975 or 12165566. OLE color: 12165566.

HSL color Cylindrical-coordinate representation of color #BEA1B9: hue angle of 310.34º 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 #BEA1B9 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 161 185 -
CMYK 0 0.15 0.03 0.25
HSL 310.34º 0.18% 0.69% -
HSV(B) 310.34º 0.15% 0.75% -
XYZ 42.74 39.94 51.36 -
YUV 172.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 190 161 185 0 0.15 0.03 0.25 310.34 0.18 0.69
Hex BE A1 B9 0 F 3 19 136 12 45
Octal 276 241 271 0 17 3 31 466 22 105
Binary 10111110 10100001 10111001 0 1111 11 11001 100110110 10010 1000101

Color Harmonies of #BEA1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1B9

Black with #BEA1B9

Text Example


Text Example

White with #BEA1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1B9; }

 p { color: rgb(190,161,185); }

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

background-color css

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

 a { background-color: rgb(190,161,185); }

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

border-color css

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

 span { border-color: rgb(190,161,185); }

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