#B487AC

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

Shades of London Hue #B487AC

Tints of London Hue #B487AC

Color information

#B487AC (or 0xB487AC) is unknown color: approx London Hue. HEX triplet: B4, 87 and AC. RGB value is (180,135,172). Sum of RGB (Red+Green+Blue) = 180+135+172=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AC is #4B7853. Grayscale: #989898. Windows color (decimal): -4946004 or 11306932. OLE color: 11306932.

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

Color convert

RGB180135172-
CMYK00.250.040.29
HSL310.67º23.08%61.76%-
HSV(B)310.67º25%70.59%-
XYZ34.9330.0142.98-
YUV152.67138.91147.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=36.96%
G=27.72%
B=35.32%

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
Decimal18013517200.250.040.29310.6723.0861.76
HexB487AC01941D137173e
Octal2642072540314354672776
Binary1011010010000111101011000110011001110110011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487AC; }

 p { color: rgb(180,135,172); }

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

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

 a { background-color: rgb(180,135,172); }

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

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

 span { border-color: rgb(180,135,172); }

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