#B096BF

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

Shades of East Side #B096BF

Tints of East Side #B096BF

Color information

#B096BF (or 0xB096BF) is unknown color: approx East Side. HEX triplet: B0, 96 and BF. RGB value is (176,150,191). Sum of RGB (Red+Green+Blue) = 176+150+191=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #B096BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096BF is #4F6940. Grayscale: #A2A2A2. Windows color (decimal): -5204289 or 12555952. OLE color: 12555952.

HSL color Cylindrical-coordinate representation of color #B096BF: hue angle of 278.05º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B096BF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176150191-
CMYK0.080.2100.25
HSL278.05º24.26%66.86%-
HSV(B)278.05º21.47%74.9%-
XYZ38.2134.853.99-
YUV162.45144.11137.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 191 (75% from 255) = 36.94%
R=34.04%
G=29.01%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761501910.080.2100.25278.0524.2666.86
HexB096BF8150191161843
Octal260226277102503142630103
Binary101100001001011010111111100010101011001100010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096BF; }

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

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

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

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

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

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

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

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