Html Css Color HEX #BE9FAF Lily

📋 copy color: '#BE9FAF'

red 190 ◦ green 159 ◦ blue 175

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

Shades of Lily #BE9FAF

Tints of Lily #BE9FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

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

R = 36.26%
G = 30.34%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE9FAF (or 0xBE9FAF) is known color: Lily. HEX triplet: BE, 9F and AF. RGB value is (190,159,175). Sum of RGB (Red+Green+Blue) = 190+159+175=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FAF is #416050. Grayscale: #AAAAAA. Windows color (decimal): -4284497 or 11509694. OLE color: 11509694.

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

Color convert

RGB 190 159 175 -
CMYK 0 0.16 0.08 0.25
HSL 329.03º 0.19% 0.68% -
HSV(B) 329.03º 0.16% 0.75% -
XYZ 41.37 38.84 45.87 -
YUV 170.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 190 159 175 0 0.16 0.08 0.25 329.03 0.19 0.68
Hex BE 9F AF 0 10 8 19 149 13 44
Octal 276 237 257 0 20 10 31 511 23 104
Binary 10111110 10011111 10101111 0 10000 1000 11001 101001001 10011 1000100

Color Harmonies of #BE9FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9FAF

Black with #BE9FAF

Text Example


Text Example

White with #BE9FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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