#BB96C4

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

Shades of Lola #BB96C4

Tints of Lola #BB96C4

Color information

#BB96C4 (or 0xBB96C4) is unknown color: approx Lola. HEX triplet: BB, 96 and C4. RGB value is (187,150,196). Sum of RGB (Red+Green+Blue) = 187+150+196=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96C4 is #44693B. Grayscale: #A6A6A6. Windows color (decimal): -4483388 or 12883643. OLE color: 12883643.

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

Color convert

RGB187150196-
CMYK0.050.2300.23
HSL288.26º28.05%67.84%-
HSV(B)288.26º23.47%76.86%-
XYZ41.3636.3657.06-
YUV166.31144.76142.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=35.08%
G=28.14%
B=36.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871501960.050.2300.23288.2628.0567.84
HexBB96C45170171201c44
Octal27322630452702744034104
Binary10111011100101101100010010110111010111100100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96C4; }

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

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

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

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

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

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

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

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