Html Css Color HEX #B195BA East Side

📋 copy color: '#B195BA'

red 177 ◦ green 149 ◦ blue 186

#B195BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B195BA

Tints of East Side #B195BA

RGB

 RED value IS 177 (69.53% from 255) = 34.57%

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 34.57%
G = 29.1%
B = 36.33%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B195BA (or 0xB195BA) is known color: East Side. HEX triplet: B1, 95 and BA. RGB value is (177,149,186). Sum of RGB (Red+Green+Blue) = 177+149+186=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B195BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195BA is #4E6A45. Grayscale: #A1A1A1. Windows color (decimal): -5139014 or 12228017. OLE color: 12228017.

HSL color Cylindrical-coordinate representation of color #B195BA: hue angle of 285.41º 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 #B195BA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 149 186 -
CMYK 0.05 0.20 0 0.27
HSL 285.41º 0.21% 0.66% -
HSV(B) 285.41º 0.2% 0.73% -
XYZ 37.74 34.39 51.1 -
YUV 161.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 177 149 186 0.05 0.20 0 0.27 285.41 0.21 0.66
Hex B1 95 BA 5 14 0 1B 11D 15 42
Octal 261 225 272 5 24 0 33 435 25 102
Binary 10110001 10010101 10111010 101 10100 0 11011 100011101 10101 1000010

Color Harmonies of #B195BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195BA

Black with #B195BA

Text Example


Text Example

White with #B195BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195BA; }

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

 H1.HeaderClassName
 {
   color: #B195BA;
 }
 .AnyTagClassName
 {
   color: #B195BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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