#BD95BB

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

Shades of Lilac #BD95BB

Tints of Lilac #BD95BB

Color information

#BD95BB (or 0xBD95BB) is unknown color: approx Lilac. HEX triplet: BD, 95 and BB. RGB value is (189,149,187). Sum of RGB (Red+Green+Blue) = 189+149+187=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BB is #426A44. Grayscale: #A5A5A5. Windows color (decimal): -4352581 or 12293565. OLE color: 12293565.

HSL color Cylindrical-coordinate representation of color #BD95BB: hue angle of 303º 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 #BD95BB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189149187-
CMYK00.210.010.26
HSL303º23.26%66.27%-
HSV(B)303º21.16%74.12%-
XYZ40.735.951.8-
YUV165.29140.25144.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=36%
G=28.38%
B=35.62%

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
Decimal18914918700.210.010.2630323.2666.27
HexBD95BB01511A12f1742
Octal27522527302513245727102
Binary101111011001010110111011010101111010100101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95BB; }

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

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

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

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

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

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

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

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