#B697BC

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

Shades of Lola #B697BC

Tints of Lola #B697BC

Color information

#B697BC (or 0xB697BC) is unknown color: approx Lola. HEX triplet: B6, 97 and BC. RGB value is (182,151,188). Sum of RGB (Red+Green+Blue) = 182+151+188=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B697BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697BC is #496843. Grayscale: #A4A4A4. Windows color (decimal): -4810820 or 12359606. OLE color: 12359606.

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

Color convert

RGB182151188-
CMYK0.030.2000.26
HSL290.27º21.64%66.47%-
HSV(B)290.27º19.68%73.73%-
XYZ39.4435.7152.39-
YUV164.49141.27140.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=34.93%
G=28.98%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821511880.030.2000.26290.2721.6466.47
HexB697BC31401A1221642
Octal26622727432403244226102
Binary1011011010010111101111001110100011010100100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697BC; }

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

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

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

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

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

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

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

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