#B093AC

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

Shades of London Hue #B093AC

Tints of London Hue #B093AC

Color information

#B093AC (or 0xB093AC) is unknown color: approx London Hue. HEX triplet: B0, 93 and AC. RGB value is (176,147,172). Sum of RGB (Red+Green+Blue) = 176+147+172=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B093AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B093AC is #4F6C53. Grayscale: #9E9E9E. Windows color (decimal): -5205076 or 11310000. OLE color: 11310000.

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

Color convert

RGB176147172-
CMYK00.160.020.31
HSL308.28º15.51%63.33%-
HSV(B)308.28º16.48%69.02%-
XYZ35.7833.0843.53-
YUV158.52135.61140.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=35.56%
G=29.70%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614717200.160.020.31308.2815.5163.33
HexB093AC01021F134103f
Octal2602232540202374642077
Binary101100001001001110101100010000101111110011010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093AC; }

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

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

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

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

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

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

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

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