#B692AE

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

Shades of London Hue #B692AE

Tints of London Hue #B692AE

Color information

#B692AE (or 0xB692AE) is unknown color: approx London Hue. HEX triplet: B6, 92 and AE. RGB value is (182,146,174). Sum of RGB (Red+Green+Blue) = 182+146+174=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B692AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B692AE is #496D51. Grayscale: #9F9F9F. Windows color (decimal): -4812114 or 11440822. OLE color: 11440822.

HSL color Cylindrical-coordinate representation of color #B692AE: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B692AE is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182146174-
CMYK00.200.040.29
HSL313.33º19.78%64.31%-
HSV(B)313.33º19.78%71.37%-
XYZ37.2133.5644.56-
YUV159.96135.93143.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=36.25%
G=29.08%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214617400.200.040.29313.3319.7864.31
HexB692AE01441D1391440
Octal26622225602443547124100
Binary10110110100100101010111001010010011101100111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692AE; }

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

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

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

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

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

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

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

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