#B896BA

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

Shades of Lola #B896BA

Tints of Lola #B896BA

Color information

#B896BA (or 0xB896BA) is unknown color: approx Lola. HEX triplet: B8, 96 and BA. RGB value is (184,150,186). Sum of RGB (Red+Green+Blue) = 184+150+186=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B896BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BA is #476945. Grayscale: #A4A4A4. Windows color (decimal): -4680006 or 12228280. OLE color: 12228280.

HSL color Cylindrical-coordinate representation of color #B896BA: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B896BA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184150186-
CMYK0.010.1900.27
HSL296.67º20.69%65.88%-
HSV(B)296.67º19.35%72.94%-
XYZ39.5435.5551.23-
YUV164.27140.26142.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=35.38%
G=28.85%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841501860.010.1900.27296.6720.6965.88
HexB896BA11301B1291542
Octal27022627212303345125102
Binary101110001001011010111010110011011011100101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896BA; }

 p { color: rgb(184,150,186); }

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

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

 a { background-color: rgb(184,150,186); }

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

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

 span { border-color: rgb(184,150,186); }

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