#BD95C1

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

Shades of Lilac #BD95C1

Tints of Lilac #BD95C1

Color information

#BD95C1 (or 0xBD95C1) is unknown color: approx Lilac. HEX triplet: BD, 95 and C1. RGB value is (189,149,193). Sum of RGB (Red+Green+Blue) = 189+149+193=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95C1 is #426A3E. Grayscale: #A5A5A5. Windows color (decimal): -4352575 or 12686781. OLE color: 12686781.

HSL color Cylindrical-coordinate representation of color #BD95C1: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD95C1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189149193-
CMYK0.020.2300.24
HSL294.55º26.19%67.06%-
HSV(B)294.55º22.8%75.69%-
XYZ41.3636.1655.25-
YUV165.98143.25144.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=35.59%
G=28.06%
B=36.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891491930.020.2300.24294.5526.1967.06
HexBD95C12170181271a43
Octal27522530122703044732103
Binary1011110110010101110000011010111011000100100111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95C1; }

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

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

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

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

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

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

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

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