#B896BC

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

Shades of Lola #B896BC

Tints of Lola #B896BC

Color information

#B896BC (or 0xB896BC) is unknown color: approx Lola. HEX triplet: B8, 96 and BC. RGB value is (184,150,188). Sum of RGB (Red+Green+Blue) = 184+150+188=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #B896BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BC is #476943. Grayscale: #A4A4A4. Windows color (decimal): -4680004 or 12359352. OLE color: 12359352.

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

Color convert

RGB184150188-
CMYK0.020.2000.26
HSL293.68º22.09%66.27%-
HSV(B)293.68º20.21%73.73%-
XYZ39.7535.6352.36-
YUV164.5141.26141.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=35.25%
G=28.74%
B=36.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841501880.020.2000.26293.6822.0966.27
HexB896BC21401A1261642
Octal27022627422403244626102
Binary1011100010010110101111001010100011010100100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896BC; }

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

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

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

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

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

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

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

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