Html Css Color HEX #BEA5B2 Lily

📋 copy color: '#BEA5B2'

red 190 ◦ green 165 ◦ blue 178

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

Shades of Lily #BEA5B2

Tints of Lily #BEA5B2

RGB

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

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

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

R = 35.65%
G = 30.96%
B = 33.4%

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

#BEA5B2 (or 0xBEA5B2) is known color: Lily. HEX triplet: BE, A5 and B2. RGB value is (190,165,178). Sum of RGB (Red+Green+Blue) = 190+165+178=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5B2 is #415A4D. Grayscale: #ADADAD. Windows color (decimal): -4282958 or 11707838. OLE color: 11707838.

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

Color convert

RGB 190 165 178 -
CMYK 0 0.13 0.06 0.25
HSL 328.8º 0.16% 0.7% -
HSV(B) 328.8º 0.13% 0.75% -
XYZ 42.73 41.07 47.8 -
YUV 173.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 190 165 178 0 0.13 0.06 0.25 328.8 0.16 0.7
Hex BE A5 B2 0 D 6 19 149 10 46
Octal 276 245 262 0 15 6 31 511 20 106
Binary 10111110 10100101 10110010 0 1101 110 11001 101001001 10000 1000110

Color Harmonies of #BEA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5B2

Black with #BEA5B2

Text Example


Text Example

White with #BEA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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