#B588AC

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

Shades of London Hue #B588AC

Tints of London Hue #B588AC

Color information

#B588AC (or 0xB588AC) is unknown color: approx London Hue. HEX triplet: B5, 88 and AC. RGB value is (181,136,172). Sum of RGB (Red+Green+Blue) = 181+136+172=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B588AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588AC is #4A7753. Grayscale: #999999. Windows color (decimal): -4880212 or 11307189. OLE color: 11307189.

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

Color convert

RGB181136172-
CMYK00.250.050.29
HSL312º23.32%62.16%-
HSV(B)312º24.86%70.98%-
XYZ35.3130.4143.04-
YUV153.56138.41147.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=37.01%
G=27.81%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113617200.250.050.2931223.3262.16
HexB588AC01951D138173e
Octal2652102540315354702776
Binary1011010110001000101011000110011011110110011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588AC; }

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

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

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

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

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

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

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

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