#B693AD

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

Shades of London Hue #B693AD

Tints of London Hue #B693AD

Color information

#B693AD (or 0xB693AD) is unknown color: approx London Hue. HEX triplet: B6, 93 and AD. RGB value is (182,147,173). Sum of RGB (Red+Green+Blue) = 182+147+173=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B693AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B693AD is #496C52. Grayscale: #A0A0A0. Windows color (decimal): -4811859 or 11375542. OLE color: 11375542.

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

Color convert

RGB182147173-
CMYK00.190.050.29
HSL315.43º19.34%64.51%-
HSV(B)315.43º19.23%71.37%-
XYZ37.2733.8344.1-
YUV160.43135.1143.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=36.25%
G=29.28%
B=34.46%

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
Decimal18214717300.190.050.29315.4319.3464.51
HexB693AD01351D13b1341
Octal26622325502353547323101
Binary10110110100100111010110101001110111101100111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693AD; }

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

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

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

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

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

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

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

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