#B28FAB

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

Shades of London Hue #B28FAB

Tints of London Hue #B28FAB

Color information

#B28FAB (or 0xB28FAB) is unknown color: approx London Hue. HEX triplet: B2, 8F and AB. RGB value is (178,143,171). Sum of RGB (Red+Green+Blue) = 178+143+171=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAB is #4D7054. Grayscale: #9C9C9C. Windows color (decimal): -5075029 or 11243442. OLE color: 11243442.

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

Color convert

RGB178143171-
CMYK00.200.040.30
HSL312º18.52%62.94%-
HSV(B)312º19.66%69.8%-
XYZ35.5332.0542.84-
YUV156.66136.1143.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=36.18%
G=29.07%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814317100.200.040.3031218.5262.94
HexB28FAB01441E138133f
Octal2622172530244364702377
Binary1011001010001111101010110101001001111010011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FAB; }

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

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

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

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

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

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

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

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