#B697BB

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

Shades of Lola #B697BB

Tints of Lola #B697BB

Color information

#B697BB (or 0xB697BB) is unknown color: approx Lola. HEX triplet: B6, 97 and BB. RGB value is (182,151,187). Sum of RGB (Red+Green+Blue) = 182+151+187=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B697BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697BB is #496844. Grayscale: #A4A4A4. Windows color (decimal): -4810821 or 12294070. OLE color: 12294070.

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

Color convert

RGB182151187-
CMYK0.030.1900.27
HSL291.67º20.93%66.27%-
HSV(B)291.67º19.25%73.33%-
XYZ39.3335.6751.83-
YUV164.37140.77140.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=35%
G=29.04%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821511870.030.1900.27291.6720.9366.27
HexB697BB31301B1241542
Octal26622727332303344425102
Binary1011011010010111101110111110011011011100100100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697BB; }

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

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

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

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

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

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

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

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