Html Css Color HEX #BE9AAF Lily

📋 copy color: '#BE9AAF'

red 190 ◦ green 154 ◦ blue 175

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

Shades of Lily #BE9AAF

Tints of Lily #BE9AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 36.61%
G = 29.67%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE9AAF (or 0xBE9AAF) is known color: Lily. HEX triplet: BE, 9A and AF. RGB value is (190,154,175). Sum of RGB (Red+Green+Blue) = 190+154+175=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AAF is #416550. Grayscale: #A7A7A7. Windows color (decimal): -4285777 or 11508414. OLE color: 11508414.

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

Color convert

RGB 190 154 175 -
CMYK 0 0.19 0.08 0.25
HSL 325º 0.22% 0.67% -
HSV(B) 325º 0.19% 0.75% -
XYZ 40.53 37.15 45.59 -
YUV 167.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 190 154 175 0 0.19 0.08 0.25 325 0.22 0.67
Hex BE 9A AF 0 13 8 19 145 16 43
Octal 276 232 257 0 23 10 31 505 26 103
Binary 10111110 10011010 10101111 0 10011 1000 11001 101000101 10110 1000011

Color Harmonies of #BE9AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AAF

Black with #BE9AAF

Text Example


Text Example

White with #BE9AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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