#B690B7

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

Shades of London Hue #B690B7

Tints of London Hue #B690B7

Color information

#B690B7 (or 0xB690B7) is unknown color: approx London Hue. HEX triplet: B6, 90 and B7. RGB value is (182,144,183). Sum of RGB (Red+Green+Blue) = 182+144+183=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #B690B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690B7 is #496F48. Grayscale: #9F9F9F. Windows color (decimal): -4812617 or 12030134. OLE color: 12030134.

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

Color convert

RGB182144183-
CMYK0.010.2100.28
HSL298.46º21.31%64.12%-
HSV(B)298.46º21.31%71.76%-
XYZ37.8133.3149.24-
YUV159.81141.09143.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=35.76%
G=28.29%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821441830.010.2100.28298.4621.3164.12
HexB690B711501C12a1540
Octal26622026712503445225100
Binary101101101001000010110111110101011100100101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690B7; }

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

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

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

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

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

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

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

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