#BEAFB6

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

Shades of Lily #BEAFB6

Tints of Lily #BEAFB6

Color information

#BEAFB6 (or 0xBEAFB6) is unknown color: approx Lily. HEX triplet: BE, AF and B6. RGB value is (190,175,182). Sum of RGB (Red+Green+Blue) = 190+175+182=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFB6 is #415049. Grayscale: #B4B4B4. Windows color (decimal): -4280394 or 11972542. OLE color: 11972542.

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

Color convert

RGB190175182-
CMYK00.080.040.25
HSL332º10.34%71.57%-
HSV(B)332º7.89%74.51%-
XYZ45.0144.9850.57-
YUV180.28128.97134.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=34.73%
G=31.99%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017518200.080.040.2533210.3471.57
HexBEAFB60841914ca48
Octal27625726601043151412110
Binary101111101010111110110110010001001100110100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFB6; }

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

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

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

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

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

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

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

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