#B599AD

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

Shades of London Hue #B599AD

Tints of London Hue #B599AD

Color information

#B599AD (or 0xB599AD) is unknown color: approx London Hue. HEX triplet: B5, 99 and AD. RGB value is (181,153,173). Sum of RGB (Red+Green+Blue) = 181+153+173=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 181 - color contains mainly: red. Hex color #B599AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599AD is #4A6652. Grayscale: #A3A3A3. Windows color (decimal): -4875859 or 11377077. OLE color: 11377077.

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

Color convert

RGB181153173-
CMYK00.150.040.29
HSL317.14º15.91%65.49%-
HSV(B)317.14º15.47%70.98%-
XYZ37.9935.6244.41-
YUV163.65133.28140.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=35.70%
G=30.18%
B=34.12%

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
Decimal18115317300.150.040.29317.1415.9165.49
HexB599AD0F41D13d1041
Octal26523125501743547520101
Binary1011010110011001101011010111110011101100111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599AD; }

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

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

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

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

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

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

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

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