#B897BC

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

Shades of Lola #B897BC

Tints of Lola #B897BC

Color information

#B897BC (or 0xB897BC) is unknown color: approx Lola. HEX triplet: B8, 97 and BC. RGB value is (184,151,188). Sum of RGB (Red+Green+Blue) = 184+151+188=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B897BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897BC is #476843. Grayscale: #A4A4A4. Windows color (decimal): -4679748 or 12359608. OLE color: 12359608.

HSL color Cylindrical-coordinate representation of color #B897BC: hue angle of 293.51º 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 #B897BC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184151188-
CMYK0.020.2000.26
HSL293.51º21.64%66.47%-
HSV(B)293.51º19.68%73.73%-
XYZ39.9135.9552.41-
YUV165.08140.93141.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=35.18%
G=28.87%
B=35.95%

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
Decimal1841511880.020.2000.26293.5121.6466.47
HexB897BC21401A1261642
Octal27022727422403244626102
Binary1011100010010111101111001010100011010100100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B897BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B897BC; }

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

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

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

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

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

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

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

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