#B699B3

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

Shades of London Hue #B699B3

Tints of London Hue #B699B3

Color information

#B699B3 (or 0xB699B3) is unknown color: approx London Hue. HEX triplet: B6, 99 and B3. RGB value is (182,153,179). Sum of RGB (Red+Green+Blue) = 182+153+179=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 182 - color contains mainly: red. Hex color #B699B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699B3 is #49664C. Grayscale: #A4A4A4. Windows color (decimal): -4810317 or 11770294. OLE color: 11770294.

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

Color convert

RGB182153179-
CMYK00.160.020.29
HSL306.21º16.57%65.69%-
HSV(B)306.21º15.93%71.37%-
XYZ38.8235.9847.55-
YUV164.64136.11140.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=35.41%
G=29.77%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215317900.160.020.29306.2116.5765.69
HexB699B301021D1321142
Octal26623126302023546221102
Binary1011011010011001101100110100001011101100110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699B3; }

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

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

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

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

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

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

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

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