#B697BD

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

Shades of Lola #B697BD

Tints of Lola #B697BD

Color information

#B697BD (or 0xB697BD) is unknown color: approx Lola. HEX triplet: B6, 97 and BD. RGB value is (182,151,189). Sum of RGB (Red+Green+Blue) = 182+151+189=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B697BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697BD is #496842. Grayscale: #A4A4A4. Windows color (decimal): -4810819 or 12425142. OLE color: 12425142.

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

Color convert

RGB182151189-
CMYK0.040.2000.26
HSL288.95º22.35%66.67%-
HSV(B)288.95º20.11%74.12%-
XYZ39.5435.7552.96-
YUV164.6141.77140.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=34.87%
G=28.93%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821511890.040.2000.26288.9522.3566.67
HexB697BD41401A1211643
Octal26622727542403244126103
Binary10110110100101111011110110010100011010100100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697BD; }

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

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

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

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

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

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

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

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