#B28FA6

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

Shades of London Hue #B28FA6

Tints of London Hue #B28FA6

Color information

#B28FA6 (or 0xB28FA6) is unknown color: approx London Hue. HEX triplet: B2, 8F and A6. RGB value is (178,143,166). Sum of RGB (Red+Green+Blue) = 178+143+166=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FA6 is #4D7059. Grayscale: #9C9C9C. Windows color (decimal): -5075034 or 10915762. OLE color: 10915762.

HSL color Cylindrical-coordinate representation of color #B28FA6: hue angle of 320.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28FA6 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB178143166-
CMYK00.200.070.30
HSL320.57º18.52%62.94%-
HSV(B)320.57º19.66%69.8%-
XYZ35.0731.8640.38-
YUV156.09133.6143.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=36.55%
G=29.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814316600.200.070.30320.5718.5262.94
HexB28FA601471E141133f
Octal2622172460247365012377
Binary1011001010001111101001100101001111111010100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FA6; }

 p { color: rgb(178,143,166); }

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

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

 a { background-color: rgb(178,143,166); }

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

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

 span { border-color: rgb(178,143,166); }

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