Html Css Color HEX #BEA7B0 Lily

📋 copy color: '#BEA7B0'

red 190 ◦ green 167 ◦ blue 176

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

Shades of Lily #BEA7B0

Tints of Lily #BEA7B0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 35.65%
G = 31.33%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEA7B0 (or 0xBEA7B0) is known color: Lily. HEX triplet: BE, A7 and B0. RGB value is (190,167,176). Sum of RGB (Red+Green+Blue) = 190+167+176=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7B0 is #41584F. Grayscale: #AEAEAE. Windows color (decimal): -4282448 or 11577278. OLE color: 11577278.

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

Color convert

RGB 190 167 176 -
CMYK 0 0.12 0.07 0.25
HSL 336.52º 0.15% 0.7% -
HSV(B) 336.52º 0.12% 0.75% -
XYZ 42.89 41.72 46.87 -
YUV 174.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 190 167 176 0 0.12 0.07 0.25 336.52 0.15 0.7
Hex BE A7 B0 0 C 7 19 151 F 46
Octal 276 247 260 0 14 7 31 521 17 106
Binary 10111110 10100111 10110000 0 1100 111 11001 101010001 1111 1000110

Color Harmonies of #BEA7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7B0

Black with #BEA7B0

Text Example


Text Example

White with #BEA7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7B0; }

 p { color: rgb(190,167,176); }

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

background-color css

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

 a { background-color: rgb(190,167,176); }

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

border-color css

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

 span { border-color: rgb(190,167,176); }

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