#BE99B0

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

Shades of Lily #BE99B0

Tints of Lily #BE99B0

Color information

#BE99B0 (or 0xBE99B0) is unknown color: approx Lily. HEX triplet: BE, 99 and B0. RGB value is (190,153,176). Sum of RGB (Red+Green+Blue) = 190+153+176=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99B0 is #41664F. Grayscale: #A6A6A6. Windows color (decimal): -4286032 or 11573694. OLE color: 11573694.

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

Color convert

RGB190153176-
CMYK00.190.070.25
HSL322.7º22.16%67.25%-
HSV(B)322.7º19.47%74.51%-
XYZ40.4636.8646.06-
YUV166.68133.26144.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=36.61%
G=29.48%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015317600.190.070.25322.722.1667.25
HexBE99B00137191431643
Octal27623126002373150326103
Binary10111110100110011011000001001111111001101000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99B0; }

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

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

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

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

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

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

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

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