#B896C0

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

Shades of Lola #B896C0

Tints of Lola #B896C0

Color information

#B896C0 (or 0xB896C0) is unknown color: approx Lola. HEX triplet: B8, 96 and C0. RGB value is (184,150,192). Sum of RGB (Red+Green+Blue) = 184+150+192=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #B896C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896C0 is #47693F. Grayscale: #A4A4A4. Windows color (decimal): -4680000 or 12621496. OLE color: 12621496.

HSL color Cylindrical-coordinate representation of color #B896C0: hue angle of 288.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B896C0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184150192-
CMYK0.040.2200.25
HSL288.57º25%67.06%-
HSV(B)288.57º21.88%75.29%-
XYZ40.1935.8154.66-
YUV164.95143.26141.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=34.98%
G=28.52%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841501920.040.2200.25288.572567.06
HexB896C04160191211943
Octal27022630042603144131103
Binary10111000100101101100000010010110011001100100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896C0; }

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

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

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

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

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

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

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

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