#BE9CBA

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

Shades of Lilac #BE9CBA

Tints of Lilac #BE9CBA

Color information

#BE9CBA (or 0xBE9CBA) is unknown color: approx Lilac. HEX triplet: BE, 9C and BA. RGB value is (190,156,186). Sum of RGB (Red+Green+Blue) = 190+156+186=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CBA is #416345. Grayscale: #A9A9A9. Windows color (decimal): -4285254 or 12229822. OLE color: 12229822.

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

Color convert

RGB190156186-
CMYK00.180.020.25
HSL307.06º20.73%67.84%-
HSV(B)307.06º17.89%74.51%-
XYZ41.9938.2751.63-
YUV169.59137.26142.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=35.71%
G=29.32%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015618600.180.020.25307.0620.7367.84
HexBE9CBA0122191331544
Octal27623427202223146325104
Binary1011111010011100101110100100101011001100110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CBA; }

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

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

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

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

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

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

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

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