#B688AB

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

Shades of London Hue #B688AB

Tints of London Hue #B688AB

Color information

#B688AB (or 0xB688AB) is unknown color: approx London Hue. HEX triplet: B6, 88 and AB. RGB value is (182,136,171). Sum of RGB (Red+Green+Blue) = 182+136+171=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AB is #497754. Grayscale: #999999. Windows color (decimal): -4814677 or 11241654. OLE color: 11241654.

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

Color convert

RGB182136171-
CMYK00.250.060.29
HSL314.35º23.96%62.35%-
HSV(B)314.35º25.27%71.37%-
XYZ35.4530.4942.55-
YUV153.74137.74148.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=37.22%
G=27.81%
B=34.97%

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
Decimal18213617100.250.060.29314.3523.9662.35
HexB688AB01961D13a183e
Octal2662102530316354723076
Binary1011011010001000101010110110011101110110011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688AB; }

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

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

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

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

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

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

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

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