#B692B9

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

Shades of London Hue #B692B9

Tints of London Hue #B692B9

Color information

#B692B9 (or 0xB692B9) is unknown color: approx London Hue. HEX triplet: B6, 92 and B9. RGB value is (182,146,185). Sum of RGB (Red+Green+Blue) = 182+146+185=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #B692B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692B9 is #496D46. Grayscale: #A1A1A1. Windows color (decimal): -4812103 or 12161718. OLE color: 12161718.

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

Color convert

RGB182146185-
CMYK0.020.2100.27
HSL295.38º21.79%64.9%-
HSV(B)295.38º21.08%72.55%-
XYZ38.3334.0150.44-
YUV161.21141.43142.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=35.48%
G=28.46%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821461850.020.2100.27295.3821.7964.9
HexB692B921501B1271641
Octal26622227122503344726101
Binary1011011010010010101110011010101011011100100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692B9; }

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

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

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

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

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

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

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

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