#B096BA

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

Shades of East Side #B096BA

Tints of East Side #B096BA

Color information

#B096BA (or 0xB096BA) is unknown color: approx East Side. HEX triplet: B0, 96 and BA. RGB value is (176,150,186). Sum of RGB (Red+Green+Blue) = 176+150+186=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B096BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096BA is #4F6945. Grayscale: #A1A1A1. Windows color (decimal): -5204294 or 12228272. OLE color: 12228272.

HSL color Cylindrical-coordinate representation of color #B096BA: hue angle of 283.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B096BA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176150186-
CMYK0.050.1900.27
HSL283.33º20.69%65.88%-
HSV(B)283.33º19.35%72.94%-
XYZ37.6734.5951.14-
YUV161.88141.61138.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=34.38%
G=29.30%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761501860.050.1900.27283.3320.6965.88
HexB096BA51301B11b1542
Octal26022627252303343325102
Binary10110000100101101011101010110011011011100011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096BA; }

 p { color: rgb(176,150,186); }

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

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

 a { background-color: rgb(176,150,186); }

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

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

 span { border-color: rgb(176,150,186); }

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