#B094AA

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

Shades of London Hue #B094AA

Tints of London Hue #B094AA

Color information

#B094AA (or 0xB094AA) is unknown color: approx London Hue. HEX triplet: B0, 94 and AA. RGB value is (176,148,170). Sum of RGB (Red+Green+Blue) = 176+148+170=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B094AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B094AA is #4F6B55. Grayscale: #9E9E9E. Windows color (decimal): -5204822 or 11179184. OLE color: 11179184.

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

Color convert

RGB176148170-
CMYK00.160.030.31
HSL312.86º15.05%63.53%-
HSV(B)312.86º15.91%69.02%-
XYZ35.7533.3142.58-
YUV158.88134.28140.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=35.63%
G=29.96%
B=34.41%

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
Decimal17614817000.160.030.31312.8615.0563.53
HexB094AA01031F139f40
Octal26022425202033747117100
Binary101100001001010010101010010000111111110011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094AA; }

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

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

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

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

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

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

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

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