#B487AF

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

Shades of London Hue #B487AF

Tints of London Hue #B487AF

Color information

#B487AF (or 0xB487AF) is unknown color: approx London Hue. HEX triplet: B4, 87 and AF. RGB value is (180,135,175). Sum of RGB (Red+Green+Blue) = 180+135+175=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AF is #4B7850. Grayscale: #989898. Windows color (decimal): -4946001 or 11503540. OLE color: 11503540.

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

Color convert

RGB180135175-
CMYK00.250.030.29
HSL306.67º23.08%61.76%-
HSV(B)306.67º25%70.59%-
XYZ35.2230.1344.52-
YUV153.01140.41147.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=36.73%
G=27.55%
B=35.71%

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
Decimal18013517500.250.030.29306.6723.0861.76
HexB487AF01931D133173e
Octal2642072570313354632776
Binary101101001000011110101111011001111110110011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487AF; }

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

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

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

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

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

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

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

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