Html Css Color HEX #BEA5B3 Lily

📋 copy color: '#BEA5B3'

red 190 ◦ green 165 ◦ blue 179

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

Shades of Lily #BEA5B3

Tints of Lily #BEA5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 35.58%
G = 30.9%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEA5B3 (or 0xBEA5B3) is known color: Lily. HEX triplet: BE, A5 and B3. RGB value is (190,165,179). Sum of RGB (Red+Green+Blue) = 190+165+179=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5B3 is #415A4C. Grayscale: #AEAEAE. Windows color (decimal): -4282957 or 11773374. OLE color: 11773374.

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

Color convert

RGB 190 165 179 -
CMYK 0 0.13 0.06 0.25
HSL 326.4º 0.16% 0.7% -
HSV(B) 326.4º 0.13% 0.75% -
XYZ 42.83 41.11 48.33 -
YUV 174.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 190 165 179 0 0.13 0.06 0.25 326.4 0.16 0.7
Hex BE A5 B3 0 D 6 19 146 10 46
Octal 276 245 263 0 15 6 31 506 20 106
Binary 10111110 10100101 10110011 0 1101 110 11001 101000110 10000 1000110

Color Harmonies of #BEA5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5B3

Black with #BEA5B3

Text Example


Text Example

White with #BEA5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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