Html Css Color HEX #BEACB1 Lily

📋 copy color: '#BEACB1'

red 190 ◦ green 172 ◦ blue 177

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

Shades of Lily #BEACB1

Tints of Lily #BEACB1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

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

R = 35.25%
G = 31.91%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEACB1 (or 0xBEACB1) is known color: Lily. HEX triplet: BE, AC and B1. RGB value is (190,172,177). Sum of RGB (Red+Green+Blue) = 190+172+177=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACB1 is #41534E. Grayscale: #B1B1B1. Windows color (decimal): -4281167 or 11644094. OLE color: 11644094.

HSL color Cylindrical-coordinate representation of color #BEACB1: hue angle of 343.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEACB1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 177 -
CMYK 0 0.09 0.07 0.25
HSL 343.33º 0.12% 0.71% -
HSV(B) 343.33º 0.09% 0.75% -
XYZ 43.92 43.63 47.7 -
YUV 177.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 190 172 177 0 0.09 0.07 0.25 343.33 0.12 0.71
Hex BE AC B1 0 9 7 19 157 C 47
Octal 276 254 261 0 11 7 31 527 14 107
Binary 10111110 10101100 10110001 0 1001 111 11001 101010111 1100 1000111

Color Harmonies of #BEACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACB1

Black with #BEACB1

Text Example


Text Example

White with #BEACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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