#B093AE

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

Shades of London Hue #B093AE

Tints of London Hue #B093AE

Color information

#B093AE (or 0xB093AE) is unknown color: approx London Hue. HEX triplet: B0, 93 and AE. RGB value is (176,147,174). Sum of RGB (Red+Green+Blue) = 176+147+174=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B093AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B093AE is #4F6C51. Grayscale: #9E9E9E. Windows color (decimal): -5205074 or 11441072. OLE color: 11441072.

HSL color Cylindrical-coordinate representation of color #B093AE: hue angle of 304.14º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B093AE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176147174-
CMYK00.160.010.31
HSL304.14º15.51%63.33%-
HSV(B)304.14º16.48%69.02%-
XYZ35.9833.1544.55-
YUV158.75136.61140.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=35.41%
G=29.58%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614717400.160.010.31304.1415.5163.33
HexB093AE01011F130103f
Octal2602232560201374602077
Binary10110000100100111010111001000011111110011000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093AE; }

 p { color: rgb(176,147,174); }

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

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

 a { background-color: rgb(176,147,174); }

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

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

 span { border-color: rgb(176,147,174); }

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