#B28CAF

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

Shades of London Hue #B28CAF

Tints of London Hue #B28CAF

Color information

#B28CAF (or 0xB28CAF) is unknown color: approx London Hue. HEX triplet: B2, 8C and AF. RGB value is (178,140,175). Sum of RGB (Red+Green+Blue) = 178+140+175=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CAF is #4D7350. Grayscale: #9B9B9B. Windows color (decimal): -5075793 or 11504818. OLE color: 11504818.

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

Color convert

RGB178140175-
CMYK00.210.020.30
HSL304.74º19.79%62.35%-
HSV(B)304.74º21.35%69.8%-
XYZ35.4831.3244.73-
YUV155.35139.09144.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=36.11%
G=28.40%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814017500.210.020.30304.7419.7962.35
HexB28CAF01521E131143e
Octal2622142570252364612476
Binary101100101000110010101111010101101111010011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CAF; }

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

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

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

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

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

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

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

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