#BD95BC

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

Shades of Lilac #BD95BC

Tints of Lilac #BD95BC

Color information

#BD95BC (or 0xBD95BC) is unknown color: approx Lilac. HEX triplet: BD, 95 and BC. RGB value is (189,149,188). Sum of RGB (Red+Green+Blue) = 189+149+188=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BC is #426A43. Grayscale: #A5A5A5. Windows color (decimal): -4352580 or 12359101. OLE color: 12359101.

HSL color Cylindrical-coordinate representation of color #BD95BC: hue angle of 301.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD95BC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189149188-
CMYK00.210.010.26
HSL301.5º23.26%66.27%-
HSV(B)301.5º21.16%74.12%-
XYZ40.8135.9452.36-
YUV165.41140.75144.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=35.93%
G=28.33%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914918800.210.010.26301.523.2666.27
HexBD95BC01511A12e1742
Octal27522527402513245627102
Binary101111011001010110111100010101111010100101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95BC; }

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

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

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

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

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

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

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

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