#B598B5

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

Shades of London Hue #B598B5

Tints of London Hue #B598B5

Color information

#B598B5 (or 0xB598B5) is unknown color: approx London Hue. HEX triplet: B5, 98 and B5. RGB value is (181,152,181). Sum of RGB (Red+Green+Blue) = 181+152+181=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B598B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598B5 is #4A674A. Grayscale: #A3A3A3. Windows color (decimal): -4876107 or 11901109. OLE color: 11901109.

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

Color convert

RGB181152181-
CMYK00.1600.29
HSL300º16.38%65.29%-
HSV(B)300º16.02%70.98%-
XYZ38.6235.6248.55-
YUV163.98137.61140.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=35.21%
G=29.57%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115218100.1600.2930016.3865.29
HexB598B501001D12c1041
Octal26523026502003545420101
Binary101101011001100010110101010000011101100101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598B5; }

 p { color: rgb(181,152,181); }

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

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

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

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

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

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

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