#BB8FC1

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

Shades of Lilac #BB8FC1

Tints of Lilac #BB8FC1

Color information

#BB8FC1 (or 0xBB8FC1) is unknown color: approx Lilac. HEX triplet: BB, 8F and C1. RGB value is (187,143,193). Sum of RGB (Red+Green+Blue) = 187+143+193=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FC1 is #44703E. Grayscale: #A1A1A1. Windows color (decimal): -4485183 or 12685243. OLE color: 12685243.

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

Color convert

RGB187143193-
CMYK0.030.2600.24
HSL292.8º28.74%65.88%-
HSV(B)292.8º25.91%75.69%-
XYZ39.9434.0654.92-
YUV161.86145.58145.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=35.76%
G=27.34%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871431930.030.2600.24292.828.7465.88
HexBB8FC131A0181251d42
Octal27321730133203044535102
Binary1011101110001111110000011111010011000100100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FC1; }

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

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

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

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

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

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

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

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