#B693AE

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

Shades of London Hue #B693AE

Tints of London Hue #B693AE

Color information

#B693AE (or 0xB693AE) is unknown color: approx London Hue. HEX triplet: B6, 93 and AE. RGB value is (182,147,174). Sum of RGB (Red+Green+Blue) = 182+147+174=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B693AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B693AE is #496C51. Grayscale: #A0A0A0. Windows color (decimal): -4811858 or 11441078. OLE color: 11441078.

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

Color convert

RGB182147174-
CMYK00.190.040.29
HSL313.71º19.34%64.51%-
HSV(B)313.71º19.23%71.37%-
XYZ37.3733.8744.61-
YUV160.54135.6143.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=36.18%
G=29.22%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214717400.190.040.29313.7119.3464.51
HexB693AE01341D13a1341
Octal26622325602343547223101
Binary10110110100100111010111001001110011101100111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693AE; }

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

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

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

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

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

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

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

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