#B094AD

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

Shades of London Hue #B094AD

Tints of London Hue #B094AD

Color information

#B094AD (or 0xB094AD) is unknown color: approx London Hue. HEX triplet: B0, 94 and AD. RGB value is (176,148,173). Sum of RGB (Red+Green+Blue) = 176+148+173=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B094AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B094AD is #4F6B52. Grayscale: #9F9F9F. Windows color (decimal): -5204819 or 11375792. OLE color: 11375792.

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

Color convert

RGB176148173-
CMYK00.160.020.31
HSL306.43º15.05%63.53%-
HSV(B)306.43º15.91%69.02%-
XYZ36.0433.4344.09-
YUV159.22135.78139.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=35.41%
G=29.78%
B=34.81%

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
Decimal17614817300.160.020.31306.4315.0563.53
HexB094AD01021F132f40
Octal26022425502023746217100
Binary101100001001010010101101010000101111110011001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094AD; }

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

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

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

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

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

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

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

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