#BD92BC

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

Shades of Lilac #BD92BC

Tints of Lilac #BD92BC

Color information

#BD92BC (or 0xBD92BC) is unknown color: approx Lilac. HEX triplet: BD, 92 and BC. RGB value is (189,146,188). Sum of RGB (Red+Green+Blue) = 189+146+188=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BC is #426D43. Grayscale: #A3A3A3. Windows color (decimal): -4353348 or 12358333. OLE color: 12358333.

HSL color Cylindrical-coordinate representation of color #BD92BC: hue angle of 301.4º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92BC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189146188-
CMYK00.230.010.26
HSL301.4º24.57%65.69%-
HSV(B)301.4º22.75%74.12%-
XYZ40.3435.0152.21-
YUV163.64141.75146.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=36.14%
G=27.92%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914618800.230.010.26301.424.5765.69
HexBD92BC01711A12d1942
Octal27522227402713245531102
Binary101111011001001010111100010111111010100101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92BC; }

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

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

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

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

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

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

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

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