#BD92C3

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

Shades of Lilac #BD92C3

Tints of Lilac #BD92C3

Color information

#BD92C3 (or 0xBD92C3) is unknown color: approx Lilac. HEX triplet: BD, 92 and C3. RGB value is (189,146,195). Sum of RGB (Red+Green+Blue) = 189+146+195=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD92C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92C3 is #426D3C. Grayscale: #A4A4A4. Windows color (decimal): -4353341 or 12817085. OLE color: 12817085.

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

Color convert

RGB189146195-
CMYK0.030.2500.24
HSL292.65º28.99%66.86%-
HSV(B)292.65º25.13%76.47%-
XYZ41.1235.3256.28-
YUV164.44145.25145.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=35.66%
G=27.55%
B=36.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891461950.030.2500.24292.6528.9966.86
HexBD92C33190181251d43
Octal27522230333103044535103
Binary1011110110010010110000111111001011000100100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92C3; }

 p { color: rgb(189,146,195); }

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

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

 a { background-color: rgb(189,146,195); }

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

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

 span { border-color: rgb(189,146,195); }

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