#B690B9

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

Shades of London Hue #B690B9

Tints of London Hue #B690B9

Color information

#B690B9 (or 0xB690B9) is unknown color: approx London Hue. HEX triplet: B6, 90 and B9. RGB value is (182,144,185). Sum of RGB (Red+Green+Blue) = 182+144+185=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #B690B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690B9 is #496F46. Grayscale: #9F9F9F. Windows color (decimal): -4812615 or 12161206. OLE color: 12161206.

HSL color Cylindrical-coordinate representation of color #B690B9: hue angle of 295.61º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B690B9 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182144185-
CMYK0.020.2200.27
HSL295.61º22.65%64.51%-
HSV(B)295.61º22.16%72.55%-
XYZ38.0233.3950.34-
YUV160.04142.09143.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=35.62%
G=28.18%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821441850.020.2200.27295.6122.6564.51
HexB690B921601B1281741
Octal26622027122603345027101
Binary1011011010010000101110011010110011011100101000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690B9; }

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

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

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

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

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

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

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

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