#BB92C1

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

Shades of Lilac #BB92C1

Tints of Lilac #BB92C1

Color information

#BB92C1 (or 0xBB92C1) is unknown color: approx Lilac. HEX triplet: BB, 92 and C1. RGB value is (187,146,193). Sum of RGB (Red+Green+Blue) = 187+146+193=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92C1 is #446D3E. Grayscale: #A3A3A3. Windows color (decimal): -4484415 or 12686011. OLE color: 12686011.

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

Color convert

RGB187146193-
CMYK0.030.2400.24
HSL292.34º27.49%66.47%-
HSV(B)292.34º24.35%75.69%-
XYZ40.434.9755.07-
YUV163.62144.58144.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=35.55%
G=27.76%
B=36.69%

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
Decimal1871461930.030.2400.24292.3427.4966.47
HexBB92C13180181241b42
Octal27322230133003044433102
Binary1011101110010010110000011111000011000100100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92C1; }

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

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

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

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

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

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

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

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