#BB90C1

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

Shades of Lilac #BB90C1

Tints of Lilac #BB90C1

Color information

#BB90C1 (or 0xBB90C1) is unknown color: approx Lilac. HEX triplet: BB, 90 and C1. RGB value is (187,144,193). Sum of RGB (Red+Green+Blue) = 187+144+193=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90C1 is #446F3E. Grayscale: #A2A2A2. Windows color (decimal): -4484927 or 12685499. OLE color: 12685499.

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

Color convert

RGB187144193-
CMYK0.030.2500.24
HSL292.65º28.32%66.08%-
HSV(B)292.65º25.39%75.69%-
XYZ40.0934.3654.97-
YUV162.44145.25145.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=35.69%
G=27.48%
B=36.83%

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
Decimal1871441930.030.2500.24292.6528.3266.08
HexBB90C13190181251c42
Octal27322030133103044534102
Binary1011101110010000110000011111001011000100100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90C1; }

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

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

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

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

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

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

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

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