#B691AA

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

Shades of London Hue #B691AA

Tints of London Hue #B691AA

Color information

#B691AA (or 0xB691AA) is unknown color: approx London Hue. HEX triplet: B6, 91 and AA. RGB value is (182,145,170). Sum of RGB (Red+Green+Blue) = 182+145+170=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B691AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691AA is #496E55. Grayscale: #9E9E9E. Windows color (decimal): -4812374 or 11178422. OLE color: 11178422.

HSL color Cylindrical-coordinate representation of color #B691AA: hue angle of 319.46º 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 #B691AA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182145170-
CMYK00.200.070.29
HSL319.46º20.22%64.12%-
HSV(B)319.46º20.33%71.37%-
XYZ36.6733.142.49-
YUV158.91134.26144.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=36.62%
G=29.18%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214517000.200.070.29319.4620.2264.12
HexB691AA01471D13f1440
Octal26622125202473547724100
Binary10110110100100011010101001010011111101100111111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691AA; }

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

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

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

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

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

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

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

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