#B688AD

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

Shades of London Hue #B688AD

Tints of London Hue #B688AD

Color information

#B688AD (or 0xB688AD) is unknown color: approx London Hue. HEX triplet: B6, 88 and AD. RGB value is (182,136,173). Sum of RGB (Red+Green+Blue) = 182+136+173=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AD is #497752. Grayscale: #999999. Windows color (decimal): -4814675 or 11372726. OLE color: 11372726.

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

Color convert

RGB182136173-
CMYK00.250.050.29
HSL311.74º23.96%62.35%-
HSV(B)311.74º25.27%71.37%-
XYZ35.6430.5743.56-
YUV153.97138.74147.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=37.07%
G=27.70%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213617300.250.050.29311.7423.9662.35
HexB688AD01951D138183e
Octal2662102550315354703076
Binary1011011010001000101011010110011011110110011100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688AD; }

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

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

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

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

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

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

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

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