#B596B8

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

Shades of London Hue #B596B8

Tints of London Hue #B596B8

Color information

#B596B8 (or 0xB596B8) is unknown color: approx London Hue. HEX triplet: B5, 96 and B8. RGB value is (181,150,184). Sum of RGB (Red+Green+Blue) = 181+150+184=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 184 - color contains mainly: blue. Hex color #B596B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596B8 is #4A6947. Grayscale: #A3A3A3. Windows color (decimal): -4876616 or 12097205. OLE color: 12097205.

HSL color Cylindrical-coordinate representation of color #B596B8: hue angle of 294.71º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B596B8 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181150184-
CMYK0.020.1800.28
HSL294.71º19.32%65.49%-
HSV(B)294.71º18.48%72.16%-
XYZ38.6135.150.09-
YUV163.14139.77140.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=35.15%
G=29.13%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811501840.020.1800.28294.7119.3265.49
HexB596B821201C1271341
Octal26522627022203444723101
Binary1011010110010110101110001010010011100100100111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596B8; }

 p { color: rgb(181,150,184); }

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

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

 a { background-color: rgb(181,150,184); }

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

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

 span { border-color: rgb(181,150,184); }

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