#B095BC

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

Shades of East Side #B095BC

Tints of East Side #B095BC

Color information

#B095BC (or 0xB095BC) is unknown color: approx East Side. HEX triplet: B0, 95 and BC. RGB value is (176,149,188). Sum of RGB (Red+Green+Blue) = 176+149+188=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #B095BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BC is #4F6A43. Grayscale: #A1A1A1. Windows color (decimal): -5204548 or 12359088. OLE color: 12359088.

HSL color Cylindrical-coordinate representation of color #B095BC: hue angle of 281.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B095BC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176149188-
CMYK0.060.2100.26
HSL281.54º22.54%66.08%-
HSV(B)281.54º20.74%73.73%-
XYZ37.7334.3652.22-
YUV161.52142.95138.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=34.31%
G=29.04%
B=36.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761491880.060.2100.26281.5422.5466.08
HexB095BC61501A11a1742
Octal26022527462503243227102
Binary10110000100101011011110011010101011010100011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095BC; }

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

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

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

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

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

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

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

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