Html Css Color HEX #BEA0B9 Lily

📋 copy color: '#BEA0B9'

red 190 ◦ green 160 ◦ blue 185

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

Shades of Lily #BEA0B9

Tints of Lily #BEA0B9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.91%

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

R = 35.51%
G = 29.91%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEA0B9 (or 0xBEA0B9) is known color: Lily. HEX triplet: BE, A0 and B9. RGB value is (190,160,185). Sum of RGB (Red+Green+Blue) = 190+160+185=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0B9 is #415F46. Grayscale: #ABABAB. Windows color (decimal): -4284231 or 12165310. OLE color: 12165310.

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

Color convert

RGB 190 160 185 -
CMYK 0 0.16 0.03 0.25
HSL 310º 0.19% 0.69% -
HSV(B) 310º 0.16% 0.75% -
XYZ 42.56 39.59 51.3 -
YUV 171.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 190 160 185 0 0.16 0.03 0.25 310 0.19 0.69
Hex BE A0 B9 0 10 3 19 136 13 45
Octal 276 240 271 0 20 3 31 466 23 105
Binary 10111110 10100000 10111001 0 10000 11 11001 100110110 10011 1000101

Color Harmonies of #BEA0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0B9

Black with #BEA0B9

Text Example


Text Example

White with #BEA0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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