#BE99AB

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

Shades of Lily #BE99AB

Tints of Lily #BE99AB

Color information

#BE99AB (or 0xBE99AB) is unknown color: approx Lily. HEX triplet: BE, 99 and AB. RGB value is (190,153,171). Sum of RGB (Red+Green+Blue) = 190+153+171=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99AB is #416654. Grayscale: #A6A6A6. Windows color (decimal): -4286037 or 11246014. OLE color: 11246014.

HSL color Cylindrical-coordinate representation of color #BE99AB: hue angle of 330.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE99AB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190153171-
CMYK00.190.100.25
HSL330.81º22.16%67.25%-
HSV(B)330.81º19.47%74.51%-
XYZ39.9836.6743.5-
YUV166.11130.76145.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=36.96%
G=29.77%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015317100.190.100.25330.8122.1667.25
HexBE99AB013A1914b1643
Octal276231253023123151326103
Binary101111101001100110101011010011101011001101001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99AB; }

 p { color: rgb(190,153,171); }

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

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

 a { background-color: rgb(190,153,171); }

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

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

 span { border-color: rgb(190,153,171); }

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