#BE99B7

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

Shades of Lily #BE99B7

Tints of Lily #BE99B7

Color information

#BE99B7 (or 0xBE99B7) is unknown color: approx Lily. HEX triplet: BE, 99 and B7. RGB value is (190,153,183). Sum of RGB (Red+Green+Blue) = 190+153+183=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99B7 is #416648. Grayscale: #A7A7A7. Windows color (decimal): -4286025 or 12032446. OLE color: 12032446.

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

Color convert

RGB190153183-
CMYK00.190.040.25
HSL311.35º22.16%67.25%-
HSV(B)311.35º19.47%74.51%-
XYZ41.1737.1549.8-
YUV167.48136.76144.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=36.12%
G=29.09%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015318300.190.040.25311.3522.1667.25
HexBE99B70134191371643
Octal27623126702343146726103
Binary10111110100110011011011101001110011001100110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99B7; }

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

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

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

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

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

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

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

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