#B599B1

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

Shades of London Hue #B599B1

Tints of London Hue #B599B1

Color information

#B599B1 (or 0xB599B1) is unknown color: approx London Hue. HEX triplet: B5, 99 and B1. RGB value is (181,153,177). Sum of RGB (Red+Green+Blue) = 181+153+177=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B599B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599B1 is #4A664E. Grayscale: #A4A4A4. Windows color (decimal): -4875855 or 11639221. OLE color: 11639221.

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

Color convert

RGB181153177-
CMYK00.150.020.29
HSL308.57º15.91%65.49%-
HSV(B)308.57º15.47%70.98%-
XYZ38.3835.7846.48-
YUV164.11135.28140.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=35.42%
G=29.94%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115317700.150.020.29308.5715.9165.49
HexB599B10F21D1351041
Octal26523126101723546520101
Binary101101011001100110110001011111011101100110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599B1; }

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

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

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

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

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

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

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

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