#B896BD

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

Shades of Lola #B896BD

Tints of Lola #B896BD

Color information

#B896BD (or 0xB896BD) is unknown color: approx Lola. HEX triplet: B8, 96 and BD. RGB value is (184,150,189). Sum of RGB (Red+Green+Blue) = 184+150+189=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #B896BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BD is #476942. Grayscale: #A4A4A4. Windows color (decimal): -4680003 or 12424888. OLE color: 12424888.

HSL color Cylindrical-coordinate representation of color #B896BD: hue angle of 292.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B896BD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184150189-
CMYK0.030.2100.26
HSL292.31º22.81%66.47%-
HSV(B)292.31º20.63%74.12%-
XYZ39.8635.6852.93-
YUV164.61141.76141.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=35.18%
G=28.68%
B=36.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841501890.030.2100.26292.3122.8166.47
HexB896BD31501A1241742
Octal27022627532503244427102
Binary1011100010010110101111011110101011010100100100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896BD; }

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

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

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

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

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

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

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

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