#BD94C6

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

Shades of Lilac #BD94C6

Tints of Lilac #BD94C6

Color information

#BD94C6 (or 0xBD94C6) is unknown color: approx Lilac. HEX triplet: BD, 94 and C6. RGB value is (189,148,198). Sum of RGB (Red+Green+Blue) = 189+148+198=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD94C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C6 is #426B39. Grayscale: #A5A5A5. Windows color (decimal): -4352826 or 13014205. OLE color: 13014205.

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

Color convert

RGB189148198-
CMYK0.050.2500.22
HSL289.2º30.49%67.84%-
HSV(B)289.2º25.25%77.65%-
XYZ41.7736.0858.19-
YUV165.96146.08144.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=35.33%
G=27.66%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891481980.050.2500.22289.230.4967.84
HexBD94C65190161211e44
Octal27522430653102644136104
Binary10111101100101001100011010111001010110100100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94C6; }

 p { color: rgb(189,148,198); }

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

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

 a { background-color: rgb(189,148,198); }

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

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

 span { border-color: rgb(189,148,198); }

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