#B694BA

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

Shades of Lola #B694BA

Tints of Lola #B694BA

Color information

#B694BA (or 0xB694BA) is unknown color: approx Lola. HEX triplet: B6, 94 and BA. RGB value is (182,148,186). Sum of RGB (Red+Green+Blue) = 182+148+186=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B694BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694BA is #496B45. Grayscale: #A2A2A2. Windows color (decimal): -4811590 or 12227766. OLE color: 12227766.

HSL color Cylindrical-coordinate representation of color #B694BA: hue angle of 293.68º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B694BA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182148186-
CMYK0.020.2000.27
HSL293.68º21.59%65.49%-
HSV(B)293.68º20.43%72.94%-
XYZ38.7434.6751.1-
YUV162.5141.26141.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=35.27%
G=28.68%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821481860.020.2000.27293.6821.5965.49
HexB694BA21401B1261641
Octal26622427222403344626101
Binary1011011010010100101110101010100011011100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694BA; }

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

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

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

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

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

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

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

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