#B093AD

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

Shades of London Hue #B093AD

Tints of London Hue #B093AD

Color information

#B093AD (or 0xB093AD) is unknown color: approx London Hue. HEX triplet: B0, 93 and AD. RGB value is (176,147,173). Sum of RGB (Red+Green+Blue) = 176+147+173=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B093AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B093AD is #4F6C52. Grayscale: #9E9E9E. Windows color (decimal): -5205075 or 11375536. OLE color: 11375536.

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

Color convert

RGB176147173-
CMYK00.160.020.31
HSL306.21º15.51%63.33%-
HSV(B)306.21º16.48%69.02%-
XYZ35.8833.1144.04-
YUV158.64136.11140.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=35.48%
G=29.64%
B=34.88%

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
Decimal17614717300.160.020.31306.2115.5163.33
HexB093AD01021F132103f
Octal2602232550202374622077
Binary101100001001001110101101010000101111110011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093AD; }

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

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

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

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

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

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

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

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