#B093AA

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

Shades of London Hue #B093AA

Tints of London Hue #B093AA

Color information

#B093AA (or 0xB093AA) is unknown color: approx London Hue. HEX triplet: B0, 93 and AA. RGB value is (176,147,170). Sum of RGB (Red+Green+Blue) = 176+147+170=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B093AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B093AA is #4F6C55. Grayscale: #9E9E9E. Windows color (decimal): -5205078 or 11178928. OLE color: 11178928.

HSL color Cylindrical-coordinate representation of color #B093AA: hue angle of 312.41º 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 #B093AA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176147170-
CMYK00.160.030.31
HSL312.41º15.51%63.33%-
HSV(B)312.41º16.48%69.02%-
XYZ35.593342.52-
YUV158.29134.61140.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=35.70%
G=29.82%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614717000.160.030.31312.4115.5163.33
HexB093AA01031F138103f
Octal2602232520203374702077
Binary101100001001001110101010010000111111110011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093AA; }

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

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

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

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

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

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

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

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