#BE9CB9

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

Shades of Lilac #BE9CB9

Tints of Lilac #BE9CB9

Color information

#BE9CB9 (or 0xBE9CB9) is unknown color: approx Lilac. HEX triplet: BE, 9C and B9. RGB value is (190,156,185). Sum of RGB (Red+Green+Blue) = 190+156+185=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CB9 is #416346. Grayscale: #A9A9A9. Windows color (decimal): -4285255 or 12164286. OLE color: 12164286.

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

Color convert

RGB190156185-
CMYK00.180.030.25
HSL308.82º20.73%67.84%-
HSV(B)308.82º17.89%74.51%-
XYZ41.8838.2351.07-
YUV169.47136.76142.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=35.78%
G=29.38%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015618500.180.030.25308.8220.7367.84
HexBE9CB90123191351544
Octal27623427102233146525104
Binary1011111010011100101110010100101111001100110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CB9; }

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

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

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

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

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

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

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

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