#B095BA

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

Shades of East Side #B095BA

Tints of East Side #B095BA

Color information

#B095BA (or 0xB095BA) is unknown color: approx East Side. HEX triplet: B0, 95 and BA. RGB value is (176,149,186). Sum of RGB (Red+Green+Blue) = 176+149+186=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B095BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BA is #4F6A45. Grayscale: #A1A1A1. Windows color (decimal): -5204550 or 12228016. OLE color: 12228016.

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

Color convert

RGB176149186-
CMYK0.050.2000.27
HSL283.78º21.14%65.69%-
HSV(B)283.78º19.89%72.94%-
XYZ37.5134.2751.09-
YUV161.29141.95138.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=34.44%
G=29.16%
B=36.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761491860.050.2000.27283.7821.1465.69
HexB095BA51401B11c1542
Octal26022527252403343425102
Binary10110000100101011011101010110100011011100011100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095BA; }

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

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

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

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

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

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

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

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