#BD9CC1

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

Shades of Lilac #BD9CC1

Tints of Lilac #BD9CC1

Color information

#BD9CC1 (or 0xBD9CC1) is unknown color: approx Lilac. HEX triplet: BD, 9C and C1. RGB value is (189,156,193). Sum of RGB (Red+Green+Blue) = 189+156+193=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CC1 is #42633E. Grayscale: #A9A9A9. Windows color (decimal): -4350783 or 12688573. OLE color: 12688573.

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

Color convert

RGB189156193-
CMYK0.020.1900.24
HSL293.51º22.98%68.43%-
HSV(B)293.51º19.17%75.69%-
XYZ42.538.4555.63-
YUV170.08140.93141.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=35.13%
G=29.00%
B=35.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891561930.020.1900.24293.5122.9868.43
HexBD9CC12130181261744
Octal27523430122303044627104
Binary1011110110011100110000011010011011000100100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CC1; }

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

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

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

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

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

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

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

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