#B28FAE

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

Shades of London Hue #B28FAE

Tints of London Hue #B28FAE

Color information

#B28FAE (or 0xB28FAE) is unknown color: approx London Hue. HEX triplet: B2, 8F and AE. RGB value is (178,143,174). Sum of RGB (Red+Green+Blue) = 178+143+174=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAE is #4D7051. Grayscale: #9C9C9C. Windows color (decimal): -5075026 or 11440050. OLE color: 11440050.

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

Color convert

RGB178143174-
CMYK00.200.020.30
HSL306.86º18.52%62.94%-
HSV(B)306.86º19.66%69.8%-
XYZ35.8232.1744.36-
YUV157137.6142.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=35.96%
G=28.89%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814317400.200.020.30306.8618.5262.94
HexB28FAE01421E133133f
Octal2622172560242364632377
Binary101100101000111110101110010100101111010011001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FAE; }

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

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

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

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

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

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

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

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