#B692BA

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

Shades of London Hue #B692BA

Tints of London Hue #B692BA

Color information

#B692BA (or 0xB692BA) is unknown color: approx London Hue. HEX triplet: B6, 92 and BA. RGB value is (182,146,186). Sum of RGB (Red+Green+Blue) = 182+146+186=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B692BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692BA is #496D45. Grayscale: #A1A1A1. Windows color (decimal): -4812102 or 12227254. OLE color: 12227254.

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

Color convert

RGB182146186-
CMYK0.020.2200.27
HSL294º22.47%65.1%-
HSV(B)294º21.51%72.94%-
XYZ38.4334.0551-
YUV161.32141.93142.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=35.41%
G=28.40%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821461860.020.2200.2729422.4765.1
HexB692BA21601B1261641
Octal26622227222603344626101
Binary1011011010010010101110101010110011011100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692BA; }

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

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

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

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

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

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

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

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