Html Css Color HEX #BE9AAB Lily

📋 copy color: '#BE9AAB'

red 190 ◦ green 154 ◦ blue 171

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

Shades of Lily #BE9AAB

Tints of Lily #BE9AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 36.89%
G = 29.9%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE9AAB (or 0xBE9AAB) is known color: Lily. HEX triplet: BE, 9A and AB. RGB value is (190,154,171). Sum of RGB (Red+Green+Blue) = 190+154+171=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AAB is #416554. Grayscale: #A6A6A6. Windows color (decimal): -4285781 or 11246270. OLE color: 11246270.

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

Color convert

RGB 190 154 171 -
CMYK 0 0.19 0.10 0.25
HSL 331.67º 0.22% 0.67% -
HSV(B) 331.67º 0.19% 0.75% -
XYZ 40.14 37 43.55 -
YUV 166.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 190 154 171 0 0.19 0.10 0.25 331.67 0.22 0.67
Hex BE 9A AB 0 13 A 19 14C 16 43
Octal 276 232 253 0 23 12 31 514 26 103
Binary 10111110 10011010 10101011 0 10011 1010 11001 101001100 10110 1000011

Color Harmonies of #BE9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AAB

Black with #BE9AAB

Text Example


Text Example

White with #BE9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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