#B699B9

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

Shades of Lola #B699B9

Tints of Lola #B699B9

Color information

#B699B9 (or 0xB699B9) is unknown color: approx Lola. HEX triplet: B6, 99 and B9. RGB value is (182,153,185). Sum of RGB (Red+Green+Blue) = 182+153+185=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #B699B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699B9 is #496646. Grayscale: #A5A5A5. Windows color (decimal): -4810311 or 12163510. OLE color: 12163510.

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

Color convert

RGB182153185-
CMYK0.020.1700.27
HSL294.38º18.6%66.27%-
HSV(B)294.38º17.3%72.55%-
XYZ39.4436.2350.81-
YUV165.32139.11139.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=35%
G=29.42%
B=35.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821531850.020.1700.27294.3818.666.27
HexB699B921101B1261342
Octal26623127122103344623102
Binary1011011010011001101110011010001011011100100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699B9; }

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

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

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

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

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

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

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

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