#B598B4

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

Shades of London Hue #B598B4

Tints of London Hue #B598B4

Color information

#B598B4 (or 0xB598B4) is unknown color: approx London Hue. HEX triplet: B5, 98 and B4. RGB value is (181,152,180). Sum of RGB (Red+Green+Blue) = 181+152+180=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B598B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598B4 is #4A674B. Grayscale: #A3A3A3. Windows color (decimal): -4876108 or 11835573. OLE color: 11835573.

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

Color convert

RGB181152180-
CMYK00.160.010.29
HSL302.07º16.38%65.29%-
HSV(B)302.07º16.02%70.98%-
XYZ38.5235.5848.02-
YUV163.86137.11140.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=35.28%
G=29.63%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115218000.160.010.29302.0716.3865.29
HexB598B401011D12e1041
Octal26523026402013545620101
Binary101101011001100010110100010000111101100101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598B4; }

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

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

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

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

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

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

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

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