#BC95BE

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

Shades of Lilac #BC95BE

Tints of Lilac #BC95BE

Color information

#BC95BE (or 0xBC95BE) is unknown color: approx Lilac. HEX triplet: BC, 95 and BE. RGB value is (188,149,190). Sum of RGB (Red+Green+Blue) = 188+149+190=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95BE is #436A41. Grayscale: #A5A5A5. Windows color (decimal): -4418114 or 12490172. OLE color: 12490172.

HSL color Cylindrical-coordinate representation of color #BC95BE: hue angle of 297.07º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC95BE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188149190-
CMYK0.010.2200.25
HSL297.07º23.98%66.47%-
HSV(B)297.07º21.58%74.51%-
XYZ40.7835.953.5-
YUV165.33141.92144.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=35.67%
G=28.27%
B=36.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881491900.010.2200.25297.0723.9866.47
HexBC95BE1160191291842
Octal27422527612603145130102
Binary101111001001010110111110110110011001100101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95BE; }

 p { color: rgb(188,149,190); }

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

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

 a { background-color: rgb(188,149,190); }

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

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

 span { border-color: rgb(188,149,190); }

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