#BE9ABA

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

Shades of Lilac #BE9ABA

Tints of Lilac #BE9ABA

Color information

#BE9ABA (or 0xBE9ABA) is unknown color: approx Lilac. HEX triplet: BE, 9A and BA. RGB value is (190,154,186). Sum of RGB (Red+Green+Blue) = 190+154+186=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ABA is #416545. Grayscale: #A8A8A8. Windows color (decimal): -4285766 or 12229310. OLE color: 12229310.

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

Color convert

RGB190154186-
CMYK00.190.020.25
HSL306.67º21.69%67.45%-
HSV(B)306.67º18.95%74.51%-
XYZ41.6537.651.52-
YUV168.41137.93143.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=35.85%
G=29.06%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015418600.190.020.25306.6721.6967.45
HexBE9ABA0132191331643
Octal27623227202323146326103
Binary1011111010011010101110100100111011001100110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9ABA; }

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

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

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

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

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

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

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

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