#B094A7

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

Shades of London Hue #B094A7

Tints of London Hue #B094A7

Color information

#B094A7 (or 0xB094A7) is unknown color: approx London Hue. HEX triplet: B0, 94 and A7. RGB value is (176,148,167). Sum of RGB (Red+Green+Blue) = 176+148+167=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B094A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B094A7 is #4F6B58. Grayscale: #9E9E9E. Windows color (decimal): -5204825 or 10982576. OLE color: 10982576.

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

Color convert

RGB176148167-
CMYK00.160.050.31
HSL319.29º15.05%63.53%-
HSV(B)319.29º15.91%69.02%-
XYZ35.4733.241.1-
YUV158.54132.78140.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=35.85%
G=30.14%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614816700.160.050.31319.2915.0563.53
HexB094A701051F13ff40
Octal26022424702053747717100
Binary1011000010010100101001110100001011111110011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094A7; }

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

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

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

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

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

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

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

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