Html Css Color HEX #B197BA East Side

📋 copy color: '#B197BA'

red 177 ◦ green 151 ◦ blue 186

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

Shades of East Side #B197BA

Tints of East Side #B197BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.38%

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

R = 34.44%
G = 29.38%
B = 36.19%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B197BA (or 0xB197BA) is known color: East Side. HEX triplet: B1, 97 and BA. RGB value is (177,151,186). Sum of RGB (Red+Green+Blue) = 177+151+186=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B197BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197BA is #4E6845. Grayscale: #A2A2A2. Windows color (decimal): -5138502 or 12228529. OLE color: 12228529.

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

Color convert

RGB 177 151 186 -
CMYK 0.05 0.19 0 0.27
HSL 284.57º 0.2% 0.66% -
HSV(B) 284.57º 0.19% 0.73% -
XYZ 38.06 35.03 51.21 -
YUV 162.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 177 151 186 0.05 0.19 0 0.27 284.57 0.2 0.66
Hex B1 97 BA 5 13 0 1B 11D 14 42
Octal 261 227 272 5 23 0 33 435 24 102
Binary 10110001 10010111 10111010 101 10011 0 11011 100011101 10100 1000010

Color Harmonies of #B197BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197BA

Black with #B197BA

Text Example


Text Example

White with #B197BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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