#B488AE

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

Shades of London Hue #B488AE

Tints of London Hue #B488AE

Color information

#B488AE (or 0xB488AE) is unknown color: approx London Hue. HEX triplet: B4, 88 and AE. RGB value is (180,136,174). Sum of RGB (Red+Green+Blue) = 180+136+174=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B488AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488AE is #4B7751. Grayscale: #999999. Windows color (decimal): -4945746 or 11438260. OLE color: 11438260.

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

Color convert

RGB180136174-
CMYK00.240.030.29
HSL308.18º22.68%61.96%-
HSV(B)308.18º24.44%70.59%-
XYZ35.2730.3744.05-
YUV153.49139.58146.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=36.73%
G=27.76%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013617400.240.030.29308.1822.6861.96
HexB488AE01831D134173e
Octal2642102560303354642776
Binary101101001000100010101110011000111110110011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488AE; }

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

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

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

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

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

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

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

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