#B488B0

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

Shades of London Hue #B488B0

Tints of London Hue #B488B0

Color information

#B488B0 (or 0xB488B0) is unknown color: approx London Hue. HEX triplet: B4, 88 and B0. RGB value is (180,136,176). Sum of RGB (Red+Green+Blue) = 180+136+176=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488B0 is #4B774F. Grayscale: #999999. Windows color (decimal): -4945744 or 11569332. OLE color: 11569332.

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

Color convert

RGB180136176-
CMYK00.240.020.29
HSL305.45º22.68%61.96%-
HSV(B)305.45º24.44%70.59%-
XYZ35.4630.4545.08-
YUV153.72140.58146.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=36.59%
G=27.64%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013617600.240.020.29305.4522.6861.96
HexB488B001821D131173e
Octal2642102600302354612776
Binary101101001000100010110000011000101110110011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488B0; }

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

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

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

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

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

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

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

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