Html Css Color HEX #BE9EAA Lily

📋 copy color: '#BE9EAA'

red 190 ◦ green 158 ◦ blue 170

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

Shades of Lily #BE9EAA

Tints of Lily #BE9EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 36.68%
G = 30.5%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE9EAA (or 0xBE9EAA) is known color: Lily. HEX triplet: BE, 9E and AA. RGB value is (190,158,170). Sum of RGB (Red+Green+Blue) = 190+158+170=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9EAA is #416155. Grayscale: #A8A8A8. Windows color (decimal): -4284758 or 11181758. OLE color: 11181758.

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

Color convert

RGB 190 158 170 -
CMYK 0 0.17 0.11 0.25
HSL 337.5º 0.2% 0.68% -
HSV(B) 337.5º 0.17% 0.75% -
XYZ 40.72 38.3 43.28 -
YUV 168.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 190 158 170 0 0.17 0.11 0.25 337.5 0.2 0.68
Hex BE 9E AA 0 11 B 19 152 14 44
Octal 276 236 252 0 21 13 31 522 24 104
Binary 10111110 10011110 10101010 0 10001 1011 11001 101010010 10100 1000100

Color Harmonies of #BE9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9EAA

Black with #BE9EAA

Text Example


Text Example

White with #BE9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9EAA; }

 p { color: rgb(190,158,170); }

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

background-color css

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

 a { background-color: rgb(190,158,170); }

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

border-color css

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

 span { border-color: rgb(190,158,170); }

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