#BB95C4

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

Shades of Lilac #BB95C4

Tints of Lilac #BB95C4

Color information

#BB95C4 (or 0xBB95C4) is unknown color: approx Lilac. HEX triplet: BB, 95 and C4. RGB value is (187,149,196). Sum of RGB (Red+Green+Blue) = 187+149+196=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95C4 is #446A3B. Grayscale: #A5A5A5. Windows color (decimal): -4483644 or 12883387. OLE color: 12883387.

HSL color Cylindrical-coordinate representation of color #BB95C4: hue angle of 288.51º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB95C4 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187149196-
CMYK0.050.2400.23
HSL288.51º28.48%67.65%-
HSV(B)288.51º23.98%76.86%-
XYZ41.236.0557.01-
YUV165.72145.09143.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=35.15%
G=28.01%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871491960.050.2400.23288.5128.4867.65
HexBB95C45180171211c44
Octal27322530453002744134104
Binary10111011100101011100010010111000010111100100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95C4; }

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

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

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

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

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

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

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

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