#B691B6

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

Shades of London Hue #B691B6

Tints of London Hue #B691B6

Color information

#B691B6 (or 0xB691B6) is unknown color: approx London Hue. HEX triplet: B6, 91 and B6. RGB value is (182,145,182). Sum of RGB (Red+Green+Blue) = 182+145+182=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B691B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691B6 is #496E49. Grayscale: #A0A0A0. Windows color (decimal): -4812362 or 11964854. OLE color: 11964854.

HSL color Cylindrical-coordinate representation of color #B691B6: hue angle of 300º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B691B6 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB182145182-
CMYK00.2000.29
HSL300º20.22%64.12%-
HSV(B)300º20.33%71.37%-
XYZ37.8633.5748.74-
YUV160.28140.26143.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=35.76%
G=28.49%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214518200.2000.2930020.2264.12
HexB691B601401D12c1440
Octal26622126602403545424100
Binary101101101001000110110110010100011101100101100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691B6; }

 p { color: rgb(182,145,182); }

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

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

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

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

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

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

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