Html Css Color HEX #BEA5B8 Lily

📋 copy color: '#BEA5B8'

red 190 ◦ green 165 ◦ blue 184

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

Shades of Lily #BEA5B8

Tints of Lily #BEA5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 35.25%
G = 30.61%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEA5B8 (or 0xBEA5B8) is known color: Lily. HEX triplet: BE, A5 and B8. RGB value is (190,165,184). Sum of RGB (Red+Green+Blue) = 190+165+184=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5B8 is #415A47. Grayscale: #AEAEAE. Windows color (decimal): -4282952 or 12101054. OLE color: 12101054.

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

Color convert

RGB 190 165 184 -
CMYK 0 0.13 0.03 0.25
HSL 314.4º 0.16% 0.7% -
HSV(B) 314.4º 0.13% 0.75% -
XYZ 43.34 41.32 51.04 -
YUV 174.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 190 165 184 0 0.13 0.03 0.25 314.4 0.16 0.7
Hex BE A5 B8 0 D 3 19 13A 10 46
Octal 276 245 270 0 15 3 31 472 20 106
Binary 10111110 10100101 10111000 0 1101 11 11001 100111010 10000 1000110

Color Harmonies of #BEA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5B8

Black with #BEA5B8

Text Example


Text Example

White with #BEA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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