#BD90C1

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

Shades of Lilac #BD90C1

Tints of Lilac #BD90C1

Color information

#BD90C1 (or 0xBD90C1) is unknown color: approx Lilac. HEX triplet: BD, 90 and C1. RGB value is (189,144,193). Sum of RGB (Red+Green+Blue) = 189+144+193=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90C1 is #426F3E. Grayscale: #A2A2A2. Windows color (decimal): -4353855 or 12685501. OLE color: 12685501.

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

Color convert

RGB189144193-
CMYK0.020.2500.24
HSL295.1º28.32%66.08%-
HSV(B)295.1º25.39%75.69%-
XYZ40.5934.6254.99-
YUV163.04144.91146.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=35.93%
G=27.38%
B=36.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891441930.020.2500.24295.128.3266.08
HexBD90C12190181271c42
Octal27522030123103044734102
Binary1011110110010000110000011011001011000100100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90C1; }

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

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

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

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

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

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

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

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