Html Css Color HEX #BEA8B4 Lily

📋 copy color: '#BEA8B4'

red 190 ◦ green 168 ◦ blue 180

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

Shades of Lily #BEA8B4

Tints of Lily #BEA8B4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.23%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 35.32%
G = 31.23%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BEA8B4 (or 0xBEA8B4) is known color: Lily. HEX triplet: BE, A8 and B4. RGB value is (190,168,180). Sum of RGB (Red+Green+Blue) = 190+168+180=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8B4 is #41574B. Grayscale: #AFAFAF. Windows color (decimal): -4282188 or 11839678. OLE color: 11839678.

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

Color convert

RGB 190 168 180 -
CMYK 0 0.12 0.05 0.25
HSL 327.27º 0.14% 0.7% -
HSV(B) 327.27º 0.12% 0.75% -
XYZ 43.48 42.25 49.04 -
YUV 175.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 190 168 180 0 0.12 0.05 0.25 327.27 0.14 0.7
Hex BE A8 B4 0 C 5 19 147 E 46
Octal 276 250 264 0 14 5 31 507 16 106
Binary 10111110 10101000 10110100 0 1100 101 11001 101000111 1110 1000110

Color Harmonies of #BEA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8B4

Black with #BEA8B4

Text Example


Text Example

White with #BEA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8B4; }

 p { color: rgb(190,168,180); }

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

background-color css

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

 a { background-color: rgb(190,168,180); }

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

border-color css

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

 span { border-color: rgb(190,168,180); }

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