#BD99C1

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

Shades of Lilac #BD99C1

Tints of Lilac #BD99C1

Color information

#BD99C1 (or 0xBD99C1) is unknown color: approx Lilac. HEX triplet: BD, 99 and C1. RGB value is (189,153,193). Sum of RGB (Red+Green+Blue) = 189+153+193=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C1 is #42663E. Grayscale: #A8A8A8. Windows color (decimal): -4351551 or 12687805. OLE color: 12687805.

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

Color convert

RGB189153193-
CMYK0.020.2100.24
HSL294º24.39%67.84%-
HSV(B)294º20.73%75.69%-
XYZ4237.4555.47-
YUV168.32141.93142.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=35.33%
G=28.60%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891531930.020.2100.2429424.3967.84
HexBD99C12150181261844
Octal27523130122503044630104
Binary1011110110011001110000011010101011000100100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99C1; }

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

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

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

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

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

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

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

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