#B690B0

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

Shades of London Hue #B690B0

Tints of London Hue #B690B0

Color information

#B690B0 (or 0xB690B0) is unknown color: approx London Hue. HEX triplet: B6, 90 and B0. RGB value is (182,144,176). Sum of RGB (Red+Green+Blue) = 182+144+176=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B690B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690B0 is #496F4F. Grayscale: #9E9E9E. Windows color (decimal): -4812624 or 11571382. OLE color: 11571382.

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

Color convert

RGB182144176-
CMYK00.210.030.29
HSL309.47º20.65%63.92%-
HSV(B)309.47º20.88%71.37%-
XYZ37.133.0345.49-
YUV159.01137.59144.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=36.25%
G=28.69%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214417600.210.030.29309.4720.6563.92
HexB690B001531D1351540
Octal26622026002533546525100
Binary1011011010010000101100000101011111101100110101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690B0; }

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

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

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

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

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

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

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

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