#B094AC

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

Shades of London Hue #B094AC

Tints of London Hue #B094AC

Color information

#B094AC (or 0xB094AC) is unknown color: approx London Hue. HEX triplet: B0, 94 and AC. RGB value is (176,148,172). Sum of RGB (Red+Green+Blue) = 176+148+172=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B094AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B094AC is #4F6B53. Grayscale: #9F9F9F. Windows color (decimal): -5204820 or 11310256. OLE color: 11310256.

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

Color convert

RGB176148172-
CMYK00.160.020.31
HSL308.57º15.05%63.53%-
HSV(B)308.57º15.91%69.02%-
XYZ35.9433.3943.58-
YUV159.11135.28140.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=35.48%
G=29.84%
B=34.68%

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
Decimal17614817200.160.020.31308.5715.0563.53
HexB094AC01021F135f40
Octal26022425402023746517100
Binary101100001001010010101100010000101111110011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094AC; }

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

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

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

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

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

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

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

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