#B093A6

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

Shades of London Hue #B093A6

Tints of London Hue #B093A6

Color information

#B093A6 (or 0xB093A6) is unknown color: approx London Hue. HEX triplet: B0, 93 and A6. RGB value is (176,147,166). Sum of RGB (Red+Green+Blue) = 176+147+166=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B093A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B093A6 is #4F6C59. Grayscale: #9D9D9D. Windows color (decimal): -5205082 or 10916784. OLE color: 10916784.

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

Color convert

RGB176147166-
CMYK00.160.060.31
HSL320.69º15.51%63.33%-
HSV(B)320.69º16.48%69.02%-
XYZ35.2232.8540.56-
YUV157.84132.61140.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=35.99%
G=30.06%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614716600.160.060.31320.6915.5163.33
HexB093A601061F141103f
Octal2602232460206375012077
Binary1011000010010011101001100100001101111110100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093A6; }

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

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

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

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

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

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

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

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