#B699BA

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

Shades of Lola #B699BA

Tints of Lola #B699BA

Color information

#B699BA (or 0xB699BA) is unknown color: approx Lola. HEX triplet: B6, 99 and BA. RGB value is (182,153,186). Sum of RGB (Red+Green+Blue) = 182+153+186=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B699BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699BA is #496645. Grayscale: #A5A5A5. Windows color (decimal): -4810310 or 12229046. OLE color: 12229046.

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

Color convert

RGB182153186-
CMYK0.020.1800.27
HSL292.73º19.3%66.47%-
HSV(B)292.73º17.74%72.94%-
XYZ39.5536.2751.37-
YUV165.43139.61139.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=34.93%
G=29.37%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821531860.020.1800.27292.7319.366.47
HexB699BA21201B1251342
Octal26623127222203344523102
Binary1011011010011001101110101010010011011100100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699BA; }

 p { color: rgb(182,153,186); }

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

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

 a { background-color: rgb(182,153,186); }

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

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

 span { border-color: rgb(182,153,186); }

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