#B688AA

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

Shades of London Hue #B688AA

Tints of London Hue #B688AA

Color information

#B688AA (or 0xB688AA) is unknown color: approx London Hue. HEX triplet: B6, 88 and AA. RGB value is (182,136,170). Sum of RGB (Red+Green+Blue) = 182+136+170=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AA is #497755. Grayscale: #999999. Windows color (decimal): -4814678 or 11176118. OLE color: 11176118.

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

Color convert

RGB182136170-
CMYK00.250.070.29
HSL315.65º23.96%62.35%-
HSV(B)315.65º25.27%71.37%-
XYZ35.3530.4642.05-
YUV153.63137.24148.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=37.30%
G=27.87%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213617000.250.070.29315.6523.9662.35
HexB688AA01971D13c183e
Octal2662102520317354743076
Binary1011011010001000101010100110011111110110011110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688AA; }

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

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

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

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

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

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

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

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