#BEADB7

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

Shades of Lily #BEADB7

Tints of Lily #BEADB7

Color information

#BEADB7 (or 0xBEADB7) is unknown color: approx Lily. HEX triplet: BE, AD and B7. RGB value is (190,173,183). Sum of RGB (Red+Green+Blue) = 190+173+183=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADB7 is #415248. Grayscale: #B3B3B3. Windows color (decimal): -4280905 or 12037566. OLE color: 12037566.

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

Color convert

RGB190173183-
CMYK00.090.040.25
HSL324.71º11.56%71.18%-
HSV(B)324.71º8.95%74.51%-
XYZ44.7344.2550.98-
YUV179.22130.13135.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=34.80%
G=31.68%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017318300.090.040.25324.7111.5671.18
HexBEADB709419145c47
Octal27625526701143150514107
Binary101111101010110110110111010011001100110100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADB7; }

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

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

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

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

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

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

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

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