#B690AF

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

Shades of London Hue #B690AF

Tints of London Hue #B690AF

Color information

#B690AF (or 0xB690AF) is unknown color: approx London Hue. HEX triplet: B6, 90 and AF. RGB value is (182,144,175). Sum of RGB (Red+Green+Blue) = 182+144+175=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B690AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690AF is #496F50. Grayscale: #9E9E9E. Windows color (decimal): -4812625 or 11505846. OLE color: 11505846.

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

Color convert

RGB182144175-
CMYK00.210.040.29
HSL311.05º20.65%63.92%-
HSV(B)311.05º20.88%71.37%-
XYZ3732.9944.97-
YUV158.9137.09144.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=36.33%
G=28.74%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214417500.210.040.29311.0520.6563.92
HexB690AF01541D1371540
Octal26622025702543546725100
Binary10110110100100001010111101010110011101100110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690AF; }

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

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

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

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

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

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

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

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