#B694AD

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

Shades of London Hue #B694AD

Tints of London Hue #B694AD

Color information

#B694AD (or 0xB694AD) is unknown color: approx London Hue. HEX triplet: B6, 94 and AD. RGB value is (182,148,173). Sum of RGB (Red+Green+Blue) = 182+148+173=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AD is #496B52. Grayscale: #A0A0A0. Windows color (decimal): -4811603 or 11375798. OLE color: 11375798.

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

Color convert

RGB182148173-
CMYK00.190.050.29
HSL315.88º18.89%64.71%-
HSV(B)315.88º18.68%71.37%-
XYZ37.4234.1444.15-
YUV161.02134.76142.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=36.18%
G=29.42%
B=34.39%

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
Decimal18214817300.190.050.29315.8818.8964.71
HexB694AD01351D13c1341
Octal26622425502353547423101
Binary10110110100101001010110101001110111101100111100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694AD; }

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

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

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

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

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

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

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

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