#B698BD

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

Shades of Lola #B698BD

Tints of Lola #B698BD

Color information

#B698BD (or 0xB698BD) is unknown color: approx Lola. HEX triplet: B6, 98 and BD. RGB value is (182,152,189). Sum of RGB (Red+Green+Blue) = 182+152+189=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 152 (59.77% from 255 or 29.06% 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 #B698BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698BD is #496742. Grayscale: #A5A5A5. Windows color (decimal): -4810563 or 12425398. OLE color: 12425398.

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

Color convert

RGB182152189-
CMYK0.040.2000.26
HSL288.65º21.89%66.86%-
HSV(B)288.65º19.58%74.12%-
XYZ39.736.0853.01-
YUV165.19141.44139.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=34.80%
G=29.06%
B=36.14%

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
Decimal1821521890.040.2000.26288.6521.8966.86
HexB698BD41401A1211643
Octal26623027542403244126103
Binary10110110100110001011110110010100011010100100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698BD; }

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

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

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

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

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

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

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

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