Html Css Color HEX #BE94AA Lily

📋 copy color: '#BE94AA'

red 190 ◦ green 148 ◦ blue 170

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

Shades of Lily #BE94AA

Tints of Lily #BE94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 37.4%
G = 29.13%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE94AA (or 0xBE94AA) is known color: Lily. HEX triplet: BE, 94 and AA. RGB value is (190,148,170). Sum of RGB (Red+Green+Blue) = 190+148+170=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE94AA is #416B55. Grayscale: #A3A3A3. Windows color (decimal): -4287318 or 11179198. OLE color: 11179198.

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

Color convert

RGB 190 148 170 -
CMYK 0 0.22 0.11 0.25
HSL 328.57º 0.24% 0.66% -
HSV(B) 328.57º 0.22% 0.75% -
XYZ 39.08 35.03 42.73 -
YUV 163.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 190 148 170 0 0.22 0.11 0.25 328.57 0.24 0.66
Hex BE 94 AA 0 16 B 19 149 18 42
Octal 276 224 252 0 26 13 31 511 30 102
Binary 10111110 10010100 10101010 0 10110 1011 11001 101001001 11000 1000010

Color Harmonies of #BE94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94AA

Black with #BE94AA

Text Example


Text Example

White with #BE94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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