#B599AE

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

Shades of London Hue #B599AE

Tints of London Hue #B599AE

Color information

#B599AE (or 0xB599AE) is unknown color: approx London Hue. HEX triplet: B5, 99 and AE. RGB value is (181,153,174). Sum of RGB (Red+Green+Blue) = 181+153+174=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B599AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599AE is #4A6651. Grayscale: #A3A3A3. Windows color (decimal): -4875858 or 11442613. OLE color: 11442613.

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

Color convert

RGB181153174-
CMYK00.150.040.29
HSL315º15.91%65.49%-
HSV(B)315º15.47%70.98%-
XYZ38.0935.6644.92-
YUV163.77133.78140.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=35.63%
G=30.12%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115317400.150.040.2931515.9165.49
HexB599AE0F41D13b1041
Octal26523125601743547320101
Binary1011010110011001101011100111110011101100111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599AE; }

 p { color: rgb(181,153,174); }

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

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

 a { background-color: rgb(181,153,174); }

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

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

 span { border-color: rgb(181,153,174); }

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