#BEB4B7

Color #BEB4B7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BEB4B7

Tints of Lily #BEB4B7

Color information

#BEB4B7 (or 0xBEB4B7) is unknown color: approx Lily. HEX triplet: BE, B4 and B7. RGB value is (190,180,183). Sum of RGB (Red+Green+Blue) = 190+180+183=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4B7 is #414B48. Grayscale: #B7B7B7. Windows color (decimal): -4279113 or 12039358. OLE color: 12039358.

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

Color convert

RGB190180183-
CMYK00.050.040.25
HSL342º7.14%72.55%-
HSV(B)342º5.26%74.51%-
XYZ46.147.0151.44-
YUV183.33127.81132.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=34.36%
G=32.55%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018018300.050.040.253427.1472.55
HexBEB4B705419156749
Octal276264267054315267111
Binary1011111010110100101101110101100110011010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4B7; }

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

 H1.HeaderClassName
 {
   color: #BEB4B7;
 }
 .AnyTagClassName
 {
   color: #BEB4B7;
 }
</style>
background-color css

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

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

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

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

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

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