#B195BE

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

Shades of East Side #B195BE

Tints of East Side #B195BE

Color information

#B195BE (or 0xB195BE) is unknown color: approx East Side. HEX triplet: B1, 95 and BE. RGB value is (177,149,190). Sum of RGB (Red+Green+Blue) = 177+149+190=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B195BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195BE is #4E6A41. Grayscale: #A1A1A1. Windows color (decimal): -5139010 or 12490161. OLE color: 12490161.

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

Color convert

RGB177149190-
CMYK0.070.2200.25
HSL280.98º23.98%66.47%-
HSV(B)280.98º21.58%74.51%-
XYZ38.1734.5653.37-
YUV162.05143.78138.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=34.30%
G=28.88%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771491900.070.2200.25280.9823.9866.47
HexB195BE7160191191842
Octal26122527672603143130102
Binary10110001100101011011111011110110011001100011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195BE; }

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

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

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

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

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

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

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

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