#B287AA

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

Shades of London Hue #B287AA

Tints of London Hue #B287AA

Color information

#B287AA (or 0xB287AA) is unknown color: approx London Hue. HEX triplet: B2, 87 and AA. RGB value is (178,135,170). Sum of RGB (Red+Green+Blue) = 178+135+170=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B287AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B287AA is #4D7855. Grayscale: #979797. Windows color (decimal): -5077078 or 11175858. OLE color: 11175858.

HSL color Cylindrical-coordinate representation of color #B287AA: hue angle of 311.16º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B287AA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178135170-
CMYK00.240.040.30
HSL311.16º21.83%61.37%-
HSV(B)311.16º24.16%69.8%-
XYZ34.2829.741.96-
YUV151.85138.25146.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=36.85%
G=27.95%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813517000.240.040.30311.1621.8361.37
HexB287AA01841E137163d
Octal2622072520304364672675
Binary1011001010000111101010100110001001111010011011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287AA; }

 p { color: rgb(178,135,170); }

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

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

 a { background-color: rgb(178,135,170); }

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

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

 span { border-color: rgb(178,135,170); }

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