Html Css Color HEX #BE9BAE Lily

📋 copy color: '#BE9BAE'

red 190 ◦ green 155 ◦ blue 174

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

Shades of Lily #BE9BAE

Tints of Lily #BE9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 36.61%
G = 29.87%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE9BAE (or 0xBE9BAE) is known color: Lily. HEX triplet: BE, 9B and AE. RGB value is (190,155,174). Sum of RGB (Red+Green+Blue) = 190+155+174=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BAE is #416451. Grayscale: #A7A7A7. Windows color (decimal): -4285522 or 11443134. OLE color: 11443134.

HSL color Cylindrical-coordinate representation of color #BE9BAE: hue angle of 327.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9BAE is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 174 -
CMYK 0 0.18 0.08 0.25
HSL 327.43º 0.21% 0.68% -
HSV(B) 327.43º 0.18% 0.75% -
XYZ 40.6 37.45 45.13 -
YUV 167.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 190 155 174 0 0.18 0.08 0.25 327.43 0.21 0.68
Hex BE 9B AE 0 12 8 19 147 15 44
Octal 276 233 256 0 22 10 31 507 25 104
Binary 10111110 10011011 10101110 0 10010 1000 11001 101000111 10101 1000100

Color Harmonies of #BE9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BAE

Black with #BE9BAE

Text Example


Text Example

White with #BE9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BAE; }

 p { color: rgb(190,155,174); }

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

background-color css

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

 a { background-color: rgb(190,155,174); }

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

border-color css

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

 span { border-color: rgb(190,155,174); }

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