#B691AB

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

Shades of London Hue #B691AB

Tints of London Hue #B691AB

Color information

#B691AB (or 0xB691AB) is unknown color: approx London Hue. HEX triplet: B6, 91 and AB. RGB value is (182,145,171). Sum of RGB (Red+Green+Blue) = 182+145+171=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B691AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691AB is #496E54. Grayscale: #9E9E9E. Windows color (decimal): -4812373 or 11243958. OLE color: 11243958.

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

Color convert

RGB182145171-
CMYK00.200.060.29
HSL317.84º20.22%64.12%-
HSV(B)317.84º20.33%71.37%-
XYZ36.7733.1442.99-
YUV159.03134.76144.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=36.55%
G=29.12%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214517100.200.060.29317.8420.2264.12
HexB691AB01461D13e1440
Octal26622125302463547624100
Binary10110110100100011010101101010011011101100111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691AB; }

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

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

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

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

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

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

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

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