#B588AF

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

Shades of London Hue #B588AF

Tints of London Hue #B588AF

Color information

#B588AF (or 0xB588AF) is unknown color: approx London Hue. HEX triplet: B5, 88 and AF. RGB value is (181,136,175). Sum of RGB (Red+Green+Blue) = 181+136+175=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B588AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588AF is #4A7750. Grayscale: #999999. Windows color (decimal): -4880209 or 11503797. OLE color: 11503797.

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

Color convert

RGB181136175-
CMYK00.250.030.29
HSL308º23.32%62.16%-
HSV(B)308º24.86%70.98%-
XYZ35.630.5344.57-
YUV153.9139.91147.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=36.79%
G=27.64%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113617500.250.030.2930823.3262.16
HexB588AF01931D134173e
Octal2652102570313354642776
Binary101101011000100010101111011001111110110011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588AF; }

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

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

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

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

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

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

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

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