Html Css Color HEX #B19BC4 East Side

📋 copy color: '#B19BC4'

red 177 ◦ green 155 ◦ blue 196

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

Shades of East Side #B19BC4

Tints of East Side #B19BC4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 33.52%
G = 29.36%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B19BC4 (or 0xB19BC4) is known color: East Side. HEX triplet: B1, 9B and C4. RGB value is (177,155,196). Sum of RGB (Red+Green+Blue) = 177+155+196=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #B19BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BC4 is #4E643B. Grayscale: #A6A6A6. Windows color (decimal): -5137468 or 12884913. OLE color: 12884913.

HSL color Cylindrical-coordinate representation of color #B19BC4: hue angle of 272.2º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19BC4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 155 196 -
CMYK 0.10 0.21 0 0.23
HSL 272.2º 0.26% 0.69% -
HSV(B) 272.2º 0.21% 0.77% -
XYZ 39.82 36.78 57.22 -
YUV 166.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 177 155 196 0.10 0.21 0 0.23 272.2 0.26 0.69
Hex B1 9B C4 A 15 0 17 110 1A 45
Octal 261 233 304 12 25 0 27 420 32 105
Binary 10110001 10011011 11000100 1010 10101 0 10111 100010000 11010 1000101

Color Harmonies of #B19BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BC4

Black with #B19BC4

Text Example


Text Example

White with #B19BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BC4; }

 p { color: rgb(177,155,196); }

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

background-color css

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

 a { background-color: rgb(177,155,196); }

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

border-color css

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

 span { border-color: rgb(177,155,196); }

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