Html Css Color HEX #BE9CB1 Lily

📋 copy color: '#BE9CB1'

red 190 ◦ green 156 ◦ blue 177

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

Shades of Lily #BE9CB1

Tints of Lily #BE9CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 36.33%
G = 29.83%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE9CB1 (or 0xBE9CB1) is known color: Lily. HEX triplet: BE, 9C and B1. RGB value is (190,156,177). Sum of RGB (Red+Green+Blue) = 190+156+177=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9CB1 is #41634E. Grayscale: #A8A8A8. Windows color (decimal): -4285263 or 11639998. OLE color: 11639998.

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

Color convert

RGB 190 156 177 -
CMYK 0 0.18 0.07 0.25
HSL 322.94º 0.21% 0.68% -
HSV(B) 322.94º 0.18% 0.75% -
XYZ 41.06 37.9 46.75 -
YUV 168.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 190 156 177 0 0.18 0.07 0.25 322.94 0.21 0.68
Hex BE 9C B1 0 12 7 19 143 15 44
Octal 276 234 261 0 22 7 31 503 25 104
Binary 10111110 10011100 10110001 0 10010 111 11001 101000011 10101 1000100

Color Harmonies of #BE9CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CB1

Black with #BE9CB1

Text Example


Text Example

White with #BE9CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CB1; }

 p { color: rgb(190,156,177); }

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

background-color css

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

 a { background-color: rgb(190,156,177); }

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

border-color css

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

 span { border-color: rgb(190,156,177); }

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