#B094B6

Color #B094B6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B094B6

Tints of East Side #B094B6

Color information

#B094B6 (or 0xB094B6) is unknown color: approx East Side. HEX triplet: B0, 94 and B6. RGB value is (176,148,182). Sum of RGB (Red+Green+Blue) = 176+148+182=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #B094B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094B6 is #4F6B49. Grayscale: #A0A0A0. Windows color (decimal): -5204810 or 11965616. OLE color: 11965616.

HSL color Cylindrical-coordinate representation of color #B094B6: hue angle of 289.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B094B6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176148182-
CMYK0.030.1900.29
HSL289.41º18.89%64.71%-
HSV(B)289.41º18.68%71.37%-
XYZ36.9433.7948.83-
YUV160.25140.28139.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=34.78%
G=29.25%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761481820.030.1900.29289.4118.8964.71
HexB094B631301D1211341
Octal26022426632303544123101
Binary1011000010010100101101101110011011101100100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094B6; }

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

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

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

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

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

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

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

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