Html Css Color HEX #B193BD East Side

📋 copy color: '#B193BD'

red 177 ◦ green 147 ◦ blue 189

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

Shades of East Side #B193BD

Tints of East Side #B193BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.65%

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 34.5%
G = 28.65%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B193BD (or 0xB193BD) is known color: East Side. HEX triplet: B1, 93 and BD. RGB value is (177,147,189). Sum of RGB (Red+Green+Blue) = 177+147+189=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #B193BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193BD is #4E6C42. Grayscale: #A0A0A0. Windows color (decimal): -5139523 or 12424113. OLE color: 12424113.

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

Color convert

RGB 177 147 189 -
CMYK 0.06 0.22 0 0.26
HSL 282.86º 0.24% 0.66% -
HSV(B) 282.86º 0.22% 0.74% -
XYZ 37.75 33.89 52.7 -
YUV 160.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 177 147 189 0.06 0.22 0 0.26 282.86 0.24 0.66
Hex B1 93 BD 6 16 0 1A 11B 18 42
Octal 261 223 275 6 26 0 32 433 30 102
Binary 10110001 10010011 10111101 110 10110 0 11010 100011011 11000 1000010

Color Harmonies of #B193BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193BD

Black with #B193BD

Text Example


Text Example

White with #B193BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193BD; }

 p { color: rgb(177,147,189); }

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

background-color css

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

 a { background-color: rgb(177,147,189); }

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

border-color css

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

 span { border-color: rgb(177,147,189); }

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