#BD92C8

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

Shades of Lilac #BD92C8

Tints of Lilac #BD92C8

Color information

#BD92C8 (or 0xBD92C8) is unknown color: approx Lilac. HEX triplet: BD, 92 and C8. RGB value is (189,146,200). Sum of RGB (Red+Green+Blue) = 189+146+200=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD92C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92C8 is #426D37. Grayscale: #A4A4A4. Windows color (decimal): -4353336 or 13144765. OLE color: 13144765.

HSL color Cylindrical-coordinate representation of color #BD92C8: hue angle of 287.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD92C8 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189146200-
CMYK0.060.2700.22
HSL287.78º32.93%67.84%-
HSV(B)287.78º27%78.43%-
XYZ41.6935.5559.31-
YUV165.01147.75145.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=35.33%
G=27.29%
B=37.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891462000.060.2700.22287.7832.9367.84
HexBD92C861B0161202144
Octal27522231063302644041104
Binary101111011001001011001000110110110101101001000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92C8; }

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

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

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

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

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

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

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

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