#BB93C1

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

Shades of Lilac #BB93C1

Tints of Lilac #BB93C1

Color information

#BB93C1 (or 0xBB93C1) is unknown color: approx Lilac. HEX triplet: BB, 93 and C1. RGB value is (187,147,193). Sum of RGB (Red+Green+Blue) = 187+147+193=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93C1 is #446C3E. Grayscale: #A4A4A4. Windows color (decimal): -4484159 or 12686267. OLE color: 12686267.

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

Color convert

RGB187147193-
CMYK0.030.2400.24
HSL292.17º27.06%66.67%-
HSV(B)292.17º23.83%75.69%-
XYZ40.5535.2855.12-
YUV164.2144.25144.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=35.48%
G=27.89%
B=36.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871471930.030.2400.24292.1727.0666.67
HexBB93C13180181241b43
Octal27322330133003044433103
Binary1011101110010011110000011111000011000100100100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93C1; }

 p { color: rgb(187,147,193); }

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

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

 a { background-color: rgb(187,147,193); }

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

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

 span { border-color: rgb(187,147,193); }

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