#B096B6

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

Shades of East Side #B096B6

Tints of East Side #B096B6

Color information

#B096B6 (or 0xB096B6) is unknown color: approx East Side. HEX triplet: B0, 96 and B6. RGB value is (176,150,182). Sum of RGB (Red+Green+Blue) = 176+150+182=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #B096B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096B6 is #4F6949. Grayscale: #A1A1A1. Windows color (decimal): -5204298 or 11966128. OLE color: 11966128.

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

Color convert

RGB176150182-
CMYK0.030.1800.29
HSL288.75º17.98%65.1%-
HSV(B)288.75º17.58%71.37%-
XYZ37.2534.4248.94-
YUV161.42139.61138.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=34.65%
G=29.53%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761501820.030.1800.29288.7517.9865.1
HexB096B631201D1211241
Octal26022626632203544122101
Binary1011000010010110101101101110010011101100100001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096B6; }

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

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

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

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

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

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

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

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