Html Css Color HEX #BEA0B2 Lily

📋 copy color: '#BEA0B2'

red 190 ◦ green 160 ◦ blue 178

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

Shades of Lily #BEA0B2

Tints of Lily #BEA0B2

RGB

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

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

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

R = 35.98%
G = 30.3%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEA0B2 (or 0xBEA0B2) is known color: Lily. HEX triplet: BE, A0 and B2. RGB value is (190,160,178). Sum of RGB (Red+Green+Blue) = 190+160+178=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0B2 is #415F4D. Grayscale: #AAAAAA. Windows color (decimal): -4284238 or 11706558. OLE color: 11706558.

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

Color convert

RGB 190 160 178 -
CMYK 0 0.16 0.06 0.25
HSL 324º 0.19% 0.69% -
HSV(B) 324º 0.16% 0.75% -
XYZ 41.84 39.3 47.5 -
YUV 171.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 190 160 178 0 0.16 0.06 0.25 324 0.19 0.69
Hex BE A0 B2 0 10 6 19 144 13 45
Octal 276 240 262 0 20 6 31 504 23 105
Binary 10111110 10100000 10110010 0 10000 110 11001 101000100 10011 1000101

Color Harmonies of #BEA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0B2

Black with #BEA0B2

Text Example


Text Example

White with #BEA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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