#B28CA9

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

Shades of London Hue #B28CA9

Tints of London Hue #B28CA9

Color information

#B28CA9 (or 0xB28CA9) is unknown color: approx London Hue. HEX triplet: B2, 8C and A9. RGB value is (178,140,169). Sum of RGB (Red+Green+Blue) = 178+140+169=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA9 is #4D7356. Grayscale: #9A9A9A. Windows color (decimal): -5075799 or 11111602. OLE color: 11111602.

HSL color Cylindrical-coordinate representation of color #B28CA9: hue angle of 314.21º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28CA9 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB178140169-
CMYK00.210.050.30
HSL314.21º19.79%62.35%-
HSV(B)314.21º21.35%69.8%-
XYZ34.931.0941.7-
YUV154.67136.09144.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=36.55%
G=28.75%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814016900.210.050.30314.2119.7962.35
HexB28CA901551E13a143e
Octal2622142510255364722476
Binary1011001010001100101010010101011011111010011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CA9; }

 p { color: rgb(178,140,169); }

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

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

 a { background-color: rgb(178,140,169); }

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

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

 span { border-color: rgb(178,140,169); }

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