#BE99B3

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

Shades of Lily #BE99B3

Tints of Lily #BE99B3

Color information

#BE99B3 (or 0xBE99B3) is unknown color: approx Lily. HEX triplet: BE, 99 and B3. RGB value is (190,153,179). Sum of RGB (Red+Green+Blue) = 190+153+179=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99B3 is #41664C. Grayscale: #A6A6A6. Windows color (decimal): -4286029 or 11770302. OLE color: 11770302.

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

Color convert

RGB190153179-
CMYK00.190.060.25
HSL317.84º22.16%67.25%-
HSV(B)317.84º19.47%74.51%-
XYZ40.7636.9847.64-
YUV167.03134.76144.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=36.40%
G=29.31%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015317900.190.060.25317.8422.1667.25
HexBE99B301361913e1643
Octal27623126302363147626103
Binary10111110100110011011001101001111011001100111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99B3; }

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

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

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

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

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

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

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

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