#B094A6

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

Shades of London Hue #B094A6

Tints of London Hue #B094A6

Color information

#B094A6 (or 0xB094A6) is unknown color: approx London Hue. HEX triplet: B0, 94 and A6. RGB value is (176,148,166). Sum of RGB (Red+Green+Blue) = 176+148+166=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B094A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B094A6 is #4F6B59. Grayscale: #9E9E9E. Windows color (decimal): -5204826 or 10917040. OLE color: 10917040.

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

Color convert

RGB176148166-
CMYK00.160.060.31
HSL321.43º15.05%63.53%-
HSV(B)321.43º15.91%69.02%-
XYZ35.3833.1640.61-
YUV158.42132.28140.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=35.92%
G=30.20%
B=33.88%

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
Decimal17614816600.160.060.31321.4315.0563.53
HexB094A601061F141f40
Octal26022424602063750117100
Binary1011000010010100101001100100001101111110100000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094A6; }

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

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

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

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

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

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

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

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