#B488AB

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

Shades of London Hue #B488AB

Tints of London Hue #B488AB

Color information

#B488AB (or 0xB488AB) is unknown color: approx London Hue. HEX triplet: B4, 88 and AB. RGB value is (180,136,171). Sum of RGB (Red+Green+Blue) = 180+136+171=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B488AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488AB is #4B7754. Grayscale: #999999. Windows color (decimal): -4945749 or 11241652. OLE color: 11241652.

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

Color convert

RGB180136171-
CMYK00.240.050.29
HSL312.27º22.68%61.96%-
HSV(B)312.27º24.44%70.59%-
XYZ34.9830.2542.52-
YUV153.15138.08147.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=36.96%
G=27.93%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013617100.240.050.29312.2722.6861.96
HexB488AB01851D138173e
Octal2642102530305354702776
Binary1011010010001000101010110110001011110110011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488AB; }

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

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

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

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

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

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

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

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