#B588AE

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

Shades of London Hue #B588AE

Tints of London Hue #B588AE

Color information

#B588AE (or 0xB588AE) is unknown color: approx London Hue. HEX triplet: B5, 88 and AE. RGB value is (181,136,174). Sum of RGB (Red+Green+Blue) = 181+136+174=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B588AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588AE is #4A7751. Grayscale: #999999. Windows color (decimal): -4880210 or 11438261. OLE color: 11438261.

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

Color convert

RGB181136174-
CMYK00.250.040.29
HSL309.33º23.32%62.16%-
HSV(B)309.33º24.86%70.98%-
XYZ35.530.4944.06-
YUV153.79139.41147.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=36.86%
G=27.70%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113617400.250.040.29309.3323.3262.16
HexB588AE01941D135173e
Octal2652102560314354652776
Binary1011010110001000101011100110011001110110011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588AE; }

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

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

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

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

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

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

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

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