Html Css Color HEX #BE9AAC Lily

📋 copy color: '#BE9AAC'

red 190 ◦ green 154 ◦ blue 172

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

Shades of Lily #BE9AAC

Tints of Lily #BE9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 36.82%
G = 29.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE9AAC (or 0xBE9AAC) is known color: Lily. HEX triplet: BE, 9A and AC. RGB value is (190,154,172). Sum of RGB (Red+Green+Blue) = 190+154+172=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AAC is #416553. Grayscale: #A6A6A6. Windows color (decimal): -4285780 or 11311806. OLE color: 11311806.

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

Color convert

RGB 190 154 172 -
CMYK 0 0.19 0.09 0.25
HSL 330º 0.22% 0.67% -
HSV(B) 330º 0.19% 0.75% -
XYZ 40.24 37.04 44.06 -
YUV 166.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 190 154 172 0 0.19 0.09 0.25 330 0.22 0.67
Hex BE 9A AC 0 13 9 19 14A 16 43
Octal 276 232 254 0 23 11 31 512 26 103
Binary 10111110 10011010 10101100 0 10011 1001 11001 101001010 10110 1000011

Color Harmonies of #BE9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AAC

Black with #BE9AAC

Text Example


Text Example

White with #BE9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AAC; }

 p { color: rgb(190,154,172); }

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

background-color css

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

 a { background-color: rgb(190,154,172); }

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

border-color css

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

 span { border-color: rgb(190,154,172); }

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