#B689AC

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

Shades of London Hue #B689AC

Tints of London Hue #B689AC

Color information

#B689AC (or 0xB689AC) is unknown color: approx London Hue. HEX triplet: B6, 89 and AC. RGB value is (182,137,172). Sum of RGB (Red+Green+Blue) = 182+137+172=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AC is #497653. Grayscale: #9A9A9A. Windows color (decimal): -4814420 or 11307446. OLE color: 11307446.

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

Color convert

RGB182137172-
CMYK00.250.050.29
HSL313.33º23.56%62.55%-
HSV(B)313.33º24.73%71.37%-
XYZ35.6830.8143.1-
YUV154.44137.91147.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=37.07%
G=27.90%
B=35.03%

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
Decimal18213717200.250.050.29313.3323.5662.55
HexB689AC01951D139183f
Octal2662112540315354713077
Binary1011011010001001101011000110011011110110011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689AC; }

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

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

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

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

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

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

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

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