#B692AB

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

Shades of London Hue #B692AB

Tints of London Hue #B692AB

Color information

#B692AB (or 0xB692AB) is unknown color: approx London Hue. HEX triplet: B6, 92 and AB. RGB value is (182,146,171). Sum of RGB (Red+Green+Blue) = 182+146+171=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B692AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B692AB is #496D54. Grayscale: #9F9F9F. Windows color (decimal): -4812117 or 11244214. OLE color: 11244214.

HSL color Cylindrical-coordinate representation of color #B692AB: hue angle of 318.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 #B692AB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182146171-
CMYK00.200.060.29
HSL318.33º19.78%64.31%-
HSV(B)318.33º19.78%71.37%-
XYZ36.9233.4443.04-
YUV159.61134.43143.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=36.47%
G=29.26%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214617100.200.060.29318.3319.7864.31
HexB692AB01461D13e1440
Octal26622225302463547624100
Binary10110110100100101010101101010011011101100111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692AB; }

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

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

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

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

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

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

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

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