#B690AC

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

Shades of London Hue #B690AC

Tints of London Hue #B690AC

Color information

#B690AC (or 0xB690AC) is unknown color: approx London Hue. HEX triplet: B6, 90 and AC. RGB value is (182,144,172). Sum of RGB (Red+Green+Blue) = 182+144+172=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B690AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690AC is #496F53. Grayscale: #9E9E9E. Windows color (decimal): -4812628 or 11309238. OLE color: 11309238.

HSL color Cylindrical-coordinate representation of color #B690AC: hue angle of 315.79º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B690AC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182144172-
CMYK00.210.050.29
HSL315.79º20.65%63.92%-
HSV(B)315.79º20.88%71.37%-
XYZ36.7132.8743.44-
YUV158.55135.59144.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=36.55%
G=28.92%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214417200.210.050.29315.7920.6563.92
HexB690AC01551D13c1540
Octal26622025402553547425100
Binary10110110100100001010110001010110111101100111100101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690AC; }

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

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

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

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

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

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

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

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