#B689AB

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

Shades of London Hue #B689AB

Tints of London Hue #B689AB

Color information

#B689AB (or 0xB689AB) is unknown color: approx London Hue. HEX triplet: B6, 89 and AB. RGB value is (182,137,171). Sum of RGB (Red+Green+Blue) = 182+137+171=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AB is #497654. Grayscale: #9A9A9A. Windows color (decimal): -4814421 or 11241910. OLE color: 11241910.

HSL color Cylindrical-coordinate representation of color #B689AB: hue angle of 314.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B689AB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182137171-
CMYK00.250.060.29
HSL314.67º23.56%62.55%-
HSV(B)314.67º24.73%71.37%-
XYZ35.5930.7842.59-
YUV154.33137.41147.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=37.14%
G=27.96%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213717100.250.060.29314.6723.5662.55
HexB689AB01961D13b183f
Octal2662112530316354733077
Binary1011011010001001101010110110011101110110011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689AB; }

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

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

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

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

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

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

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

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