#BEAFB5

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

Shades of Lily #BEAFB5

Tints of Lily #BEAFB5

Color information

#BEAFB5 (or 0xBEAFB5) is unknown color: approx Lily. HEX triplet: BE, AF and B5. RGB value is (190,175,181). Sum of RGB (Red+Green+Blue) = 190+175+181=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFB5 is #41504A. Grayscale: #B4B4B4. Windows color (decimal): -4280395 or 11907006. OLE color: 11907006.

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

Color convert

RGB190175181-
CMYK00.080.050.25
HSL336º10.34%71.57%-
HSV(B)336º7.89%74.51%-
XYZ44.9144.9450.02-
YUV180.17128.47135.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=34.80%
G=32.05%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017518100.080.050.2533610.3471.57
HexBEAFB508519150a48
Octal27625726501053152012110
Binary101111101010111110110101010001011100110101000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFB5; }

 p { color: rgb(190,175,181); }

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

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

 a { background-color: rgb(190,175,181); }

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

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

 span { border-color: rgb(190,175,181); }

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