Html Css Color HEX #BEA0B3 Lily

📋 copy color: '#BEA0B3'

red 190 ◦ green 160 ◦ blue 179

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

Shades of Lily #BEA0B3

Tints of Lily #BEA0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.84%

R = 35.92%
G = 30.25%
B = 33.84%

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

#BEA0B3 (or 0xBEA0B3) is known color: Lily. HEX triplet: BE, A0 and B3. RGB value is (190,160,179). Sum of RGB (Red+Green+Blue) = 190+160+179=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0B3 is #415F4C. Grayscale: #ABABAB. Windows color (decimal): -4284237 or 11772094. OLE color: 11772094.

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

Color convert

RGB 190 160 179 -
CMYK 0 0.16 0.06 0.25
HSL 322º 0.19% 0.69% -
HSV(B) 322º 0.16% 0.75% -
XYZ 41.94 39.34 48.03 -
YUV 171.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 190 160 179 0 0.16 0.06 0.25 322 0.19 0.69
Hex BE A0 B3 0 10 6 19 142 13 45
Octal 276 240 263 0 20 6 31 502 23 105
Binary 10111110 10100000 10110011 0 10000 110 11001 101000010 10011 1000101

Color Harmonies of #BEA0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0B3

Black with #BEA0B3

Text Example


Text Example

White with #BEA0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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