#BEAFB4

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

Shades of Lily #BEAFB4

Tints of Lily #BEAFB4

Color information

#BEAFB4 (or 0xBEAFB4) is unknown color: approx Lily. HEX triplet: BE, AF and B4. RGB value is (190,175,180). Sum of RGB (Red+Green+Blue) = 190+175+180=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFB4 is #41504B. Grayscale: #B4B4B4. Windows color (decimal): -4280396 or 11841470. OLE color: 11841470.

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

Color convert

RGB190175180-
CMYK00.080.050.25
HSL340º10.34%71.57%-
HSV(B)340º7.89%74.51%-
XYZ44.844.949.49-
YUV180.06127.97135.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=34.86%
G=32.11%
B=33.03%

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
Decimal19017518000.080.050.2534010.3471.57
HexBEAFB408519154a48
Octal27625726401053152412110
Binary101111101010111110110100010001011100110101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFB4; }

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

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

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

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

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

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

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

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