Html Css Color HEX #B19BBD East Side

📋 copy color: '#B19BBD'

red 177 ◦ green 155 ◦ blue 189

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

Shades of East Side #B19BBD

Tints of East Side #B19BBD

RGB

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

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

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

R = 33.97%
G = 29.75%
B = 36.28%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B19BBD (or 0xB19BBD) is known color: East Side. HEX triplet: B1, 9B and BD. RGB value is (177,155,189). Sum of RGB (Red+Green+Blue) = 177+155+189=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #B19BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BBD is #4E6442. Grayscale: #A5A5A5. Windows color (decimal): -5137475 or 12426161. OLE color: 12426161.

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

Color convert

RGB 177 155 189 -
CMYK 0.06 0.18 0 0.26
HSL 278.82º 0.2% 0.67% -
HSV(B) 278.82º 0.18% 0.74% -
XYZ 39.04 36.46 53.12 -
YUV 165.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 177 155 189 0.06 0.18 0 0.26 278.82 0.2 0.67
Hex B1 9B BD 6 12 0 1A 117 14 43
Octal 261 233 275 6 22 0 32 427 24 103
Binary 10110001 10011011 10111101 110 10010 0 11010 100010111 10100 1000011

Color Harmonies of #B19BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BBD

Black with #B19BBD

Text Example


Text Example

White with #B19BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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