#B286A7

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

Shades of London Hue #B286A7

Tints of London Hue #B286A7

Color information

#B286A7 (or 0xB286A7) is unknown color: approx London Hue. HEX triplet: B2, 86 and A7. RGB value is (178,134,167). Sum of RGB (Red+Green+Blue) = 178+134+167=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B286A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286A7 is #4D7958. Grayscale: #969696. Windows color (decimal): -5077337 or 10978994. OLE color: 10978994.

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

Color convert

RGB178134167-
CMYK00.250.060.30
HSL315º22.22%61.18%-
HSV(B)315º24.72%69.8%-
XYZ33.8629.3140.43-
YUV150.92137.08147.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=37.16%
G=27.97%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813416700.250.060.3031522.2261.18
HexB286A701961E13b163d
Octal2622062470316364732675
Binary1011001010000110101001110110011101111010011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B286A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B286A7; }

 p { color: rgb(178,134,167); }

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

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

 a { background-color: rgb(178,134,167); }

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

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

 span { border-color: rgb(178,134,167); }

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