#B690AD

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

Shades of London Hue #B690AD

Tints of London Hue #B690AD

Color information

#B690AD (or 0xB690AD) is unknown color: approx London Hue. HEX triplet: B6, 90 and AD. RGB value is (182,144,173). Sum of RGB (Red+Green+Blue) = 182+144+173=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B690AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690AD is #496F52. Grayscale: #9E9E9E. Windows color (decimal): -4812627 or 11374774. OLE color: 11374774.

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

Color convert

RGB182144173-
CMYK00.210.050.29
HSL314.21º20.65%63.92%-
HSV(B)314.21º20.88%71.37%-
XYZ36.8132.9143.95-
YUV158.67136.09144.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=36.47%
G=28.86%
B=34.67%

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
Decimal18214417300.210.050.29314.2120.6563.92
HexB690AD01551D13a1540
Octal26622025502553547225100
Binary10110110100100001010110101010110111101100111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690AD; }

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

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

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

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

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

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

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

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