#BB94C4

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

Shades of Lilac #BB94C4

Tints of Lilac #BB94C4

Color information

#BB94C4 (or 0xBB94C4) is unknown color: approx Lilac. HEX triplet: BB, 94 and C4. RGB value is (187,148,196). Sum of RGB (Red+Green+Blue) = 187+148+196=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94C4 is #446B3B. Grayscale: #A4A4A4. Windows color (decimal): -4483900 or 12883131. OLE color: 12883131.

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

Color convert

RGB187148196-
CMYK0.050.2400.23
HSL288.75º28.92%67.45%-
HSV(B)288.75º24.49%76.86%-
XYZ41.0535.7356.96-
YUV165.13145.42143.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=35.22%
G=27.87%
B=36.91%

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
Decimal1871481960.050.2400.23288.7528.9267.45
HexBB94C45180171211d43
Octal27322430453002744135103
Binary10111011100101001100010010111000010111100100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94C4; }

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

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

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

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

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

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

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

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