Html Css Color HEX #BE9BAF Lily

📋 copy color: '#BE9BAF'

red 190 ◦ green 155 ◦ blue 175

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

Shades of Lily #BE9BAF

Tints of Lily #BE9BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

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

R = 36.54%
G = 29.81%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE9BAF (or 0xBE9BAF) is known color: Lily. HEX triplet: BE, 9B and AF. RGB value is (190,155,175). Sum of RGB (Red+Green+Blue) = 190+155+175=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BAF is #416450. Grayscale: #A7A7A7. Windows color (decimal): -4285521 or 11508670. OLE color: 11508670.

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

Color convert

RGB 190 155 175 -
CMYK 0 0.18 0.08 0.25
HSL 325.71º 0.21% 0.68% -
HSV(B) 325.71º 0.18% 0.75% -
XYZ 40.69 37.48 45.65 -
YUV 167.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 190 155 175 0 0.18 0.08 0.25 325.71 0.21 0.68
Hex BE 9B AF 0 12 8 19 146 15 44
Octal 276 233 257 0 22 10 31 506 25 104
Binary 10111110 10011011 10101111 0 10010 1000 11001 101000110 10101 1000100

Color Harmonies of #BE9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BAF

Black with #BE9BAF

Text Example


Text Example

White with #BE9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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