#B28BAF

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

Shades of London Hue #B28BAF

Tints of London Hue #B28BAF

Color information

#B28BAF (or 0xB28BAF) is unknown color: approx London Hue. HEX triplet: B2, 8B and AF. RGB value is (178,139,175). Sum of RGB (Red+Green+Blue) = 178+139+175=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BAF is #4D7450. Grayscale: #9A9A9A. Windows color (decimal): -5076049 or 11504562. OLE color: 11504562.

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

Color convert

RGB178139175-
CMYK00.220.020.30
HSL304.62º20.21%62.16%-
HSV(B)304.62º21.91%69.8%-
XYZ35.3331.0344.68-
YUV154.76139.42144.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=36.18%
G=28.25%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813917500.220.020.30304.6220.2162.16
HexB28BAF01621E131143e
Octal2622132570262364612476
Binary101100101000101110101111010110101111010011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BAF; }

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

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

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

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

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

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

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

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