#B694AC

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

Shades of London Hue #B694AC

Tints of London Hue #B694AC

Color information

#B694AC (or 0xB694AC) is unknown color: approx London Hue. HEX triplet: B6, 94 and AC. RGB value is (182,148,172). Sum of RGB (Red+Green+Blue) = 182+148+172=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AC is #496B53. Grayscale: #A0A0A0. Windows color (decimal): -4811604 or 11310262. OLE color: 11310262.

HSL color Cylindrical-coordinate representation of color #B694AC: hue angle of 317.65º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B694AC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182148172-
CMYK00.190.050.29
HSL317.65º18.89%64.71%-
HSV(B)317.65º18.68%71.37%-
XYZ37.3334.143.64-
YUV160.9134.26143.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=36.25%
G=29.48%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214817200.190.050.29317.6518.8964.71
HexB694AC01351D13e1341
Octal26622425402353547623101
Binary10110110100101001010110001001110111101100111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694AC; }

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

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

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

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

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

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

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

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