#BE9CB1

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

Shades of Lily #BE9CB1

Tints of Lily #BE9CB1

Color information

#BE9CB1 (or 0xBE9CB1) is unknown color: approx Lily. HEX triplet: BE, 9C and B1. RGB value is (190,156,177). Sum of RGB (Red+Green+Blue) = 190+156+177=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9CB1 is #41634E. Grayscale: #A8A8A8. Windows color (decimal): -4285263 or 11639998. OLE color: 11639998.

HSL color Cylindrical-coordinate representation of color #BE9CB1: hue angle of 322.94º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9CB1 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190156177-
CMYK00.180.070.25
HSL322.94º20.73%67.84%-
HSV(B)322.94º17.89%74.51%-
XYZ41.0637.946.75-
YUV168.56132.76143.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=36.33%
G=29.83%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015617700.180.070.25322.9420.7367.84
HexBE9CB10127191431544
Octal27623426102273150325104
Binary10111110100111001011000101001011111001101000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CB1; }

 p { color: rgb(190,156,177); }

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

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

 a { background-color: rgb(190,156,177); }

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

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

 span { border-color: rgb(190,156,177); }

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