#B588B4

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

Shades of London Hue #B588B4

Tints of London Hue #B588B4

Color information

#B588B4 (or 0xB588B4) is unknown color: approx London Hue. HEX triplet: B5, 88 and B4. RGB value is (181,136,180). Sum of RGB (Red+Green+Blue) = 181+136+180=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B588B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588B4 is #4A774B. Grayscale: #9A9A9A. Windows color (decimal): -4880204 or 11831477. OLE color: 11831477.

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

Color convert

RGB181136180-
CMYK00.250.010.29
HSL301.33º23.32%62.16%-
HSV(B)301.33º24.86%70.98%-
XYZ36.130.7347.21-
YUV154.47142.41146.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=36.42%
G=27.36%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113618000.250.010.29301.3323.3262.16
HexB588B401911D12d173e
Octal2652102640311354552776
Binary10110101100010001011010001100111110110010110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588B4; }

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

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

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

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

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

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

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

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