#B28CB4

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

Shades of London Hue #B28CB4

Tints of London Hue #B28CB4

Color information

#B28CB4 (or 0xB28CB4) is unknown color: approx London Hue. HEX triplet: B2, 8C and B4. RGB value is (178,140,180). Sum of RGB (Red+Green+Blue) = 178+140+180=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #B28CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CB4 is #4D734B. Grayscale: #9B9B9B. Windows color (decimal): -5075788 or 11832498. OLE color: 11832498.

HSL color Cylindrical-coordinate representation of color #B28CB4: hue angle of 297º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28CB4 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178140180-
CMYK0.010.2200.29
HSL297º21.05%62.75%-
HSV(B)297º22.22%70.59%-
XYZ35.9831.5247.37-
YUV155.92141.59143.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=35.74%
G=28.11%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781401800.010.2200.2929721.0562.75
HexB28CB411601D129153f
Octal2622142641260354512577
Binary10110010100011001011010011011001110110010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CB4; }

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

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

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

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

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

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

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

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