#B598B2

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

Shades of London Hue #B598B2

Tints of London Hue #B598B2

Color information

#B598B2 (or 0xB598B2) is unknown color: approx London Hue. HEX triplet: B5, 98 and B2. RGB value is (181,152,178). Sum of RGB (Red+Green+Blue) = 181+152+178=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B598B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598B2 is #4A674D. Grayscale: #A3A3A3. Windows color (decimal): -4876110 or 11704501. OLE color: 11704501.

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

Color convert

RGB181152178-
CMYK00.160.020.29
HSL306.21º16.38%65.29%-
HSV(B)306.21º16.02%70.98%-
XYZ38.3235.4946.95-
YUV163.64136.11140.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=35.42%
G=29.75%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115217800.160.020.29306.2116.3865.29
HexB598B201021D1321041
Octal26523026202023546220101
Binary1011010110011000101100100100001011101100110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598B2; }

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

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

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

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

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

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

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

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