#BB95BE

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

Shades of Lilac #BB95BE

Tints of Lilac #BB95BE

Color information

#BB95BE (or 0xBB95BE) is unknown color: approx Lilac. HEX triplet: BB, 95 and BE. RGB value is (187,149,190). Sum of RGB (Red+Green+Blue) = 187+149+190=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BE is #446A41. Grayscale: #A4A4A4. Windows color (decimal): -4483650 or 12490171. OLE color: 12490171.

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

Color convert

RGB187149190-
CMYK0.020.2200.25
HSL295.61º23.98%66.47%-
HSV(B)295.61º21.58%74.51%-
XYZ40.5435.7853.48-
YUV165.04142.09143.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=35.55%
G=28.33%
B=36.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871491900.020.2200.25295.6123.9866.47
HexBB95BE2160191281842
Octal27322527622603145030102
Binary1011101110010101101111101010110011001100101000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95BE; }

 p { color: rgb(187,149,190); }

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

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

 a { background-color: rgb(187,149,190); }

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

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

 span { border-color: rgb(187,149,190); }

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