#B195BC

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

Shades of East Side #B195BC

Tints of East Side #B195BC

Color information

#B195BC (or 0xB195BC) is unknown color: approx East Side. HEX triplet: B1, 95 and BC. RGB value is (177,149,188). Sum of RGB (Red+Green+Blue) = 177+149+188=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #B195BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195BC is #4E6A43. Grayscale: #A1A1A1. Windows color (decimal): -5139012 or 12359089. OLE color: 12359089.

HSL color Cylindrical-coordinate representation of color #B195BC: hue angle of 283.08º 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 #B195BC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177149188-
CMYK0.060.2100.26
HSL283.08º22.54%66.08%-
HSV(B)283.08º20.74%73.73%-
XYZ37.9634.4752.23-
YUV161.82142.78138.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=34.44%
G=28.99%
B=36.58%

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
Decimal1771491880.060.2100.26283.0822.5466.08
HexB195BC61501A11b1742
Octal26122527462503243327102
Binary10110001100101011011110011010101011010100011011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195BC; }

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

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

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

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

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

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

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

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