#B692AC

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

Shades of London Hue #B692AC

Tints of London Hue #B692AC

Color information

#B692AC (or 0xB692AC) is unknown color: approx London Hue. HEX triplet: B6, 92 and AC. RGB value is (182,146,172). Sum of RGB (Red+Green+Blue) = 182+146+172=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B692AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B692AC is #496D53. Grayscale: #9F9F9F. Windows color (decimal): -4812116 or 11309750. OLE color: 11309750.

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

Color convert

RGB182146172-
CMYK00.200.050.29
HSL316.67º19.78%64.31%-
HSV(B)316.67º19.78%71.37%-
XYZ37.0233.4843.54-
YUV159.73134.93143.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=36.4%
G=29.2%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214617200.200.050.29316.6719.7864.31
HexB692AC01451D13d1440
Octal26622225402453547524100
Binary10110110100100101010110001010010111101100111101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692AC; }

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

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

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

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

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

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

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

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