#B896BB

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

Shades of Lola #B896BB

Tints of Lola #B896BB

Color information

#B896BB (or 0xB896BB) is unknown color: approx Lola. HEX triplet: B8, 96 and BB. RGB value is (184,150,187). Sum of RGB (Red+Green+Blue) = 184+150+187=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B896BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BB is #476944. Grayscale: #A4A4A4. Windows color (decimal): -4680005 or 12293816. OLE color: 12293816.

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

Color convert

RGB184150187-
CMYK0.020.2000.27
HSL295.14º21.39%66.08%-
HSV(B)295.14º19.79%73.33%-
XYZ39.6435.5951.79-
YUV164.38140.76141.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=35.32%
G=28.79%
B=35.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841501870.020.2000.27295.1421.3966.08
HexB896BB21401B1271542
Octal27022627322403344725102
Binary1011100010010110101110111010100011011100100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896BB; }

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

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

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

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

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

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

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

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