#B688AC

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

Shades of London Hue #B688AC

Tints of London Hue #B688AC

Color information

#B688AC (or 0xB688AC) is unknown color: approx London Hue. HEX triplet: B6, 88 and AC. RGB value is (182,136,172). Sum of RGB (Red+Green+Blue) = 182+136+172=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AC is #497753. Grayscale: #999999. Windows color (decimal): -4814676 or 11307190. OLE color: 11307190.

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

Color convert

RGB182136172-
CMYK00.250.050.29
HSL313.04º23.96%62.35%-
HSV(B)313.04º25.27%71.37%-
XYZ35.5430.5343.05-
YUV153.86138.24148.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=37.14%
G=27.76%
B=35.10%

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
Decimal18213617200.250.050.29313.0423.9662.35
HexB688AC01951D139183e
Octal2662102540315354713076
Binary1011011010001000101011000110011011110110011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688AC; }

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

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

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

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

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

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

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

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