#B19CBD

Color #B19CBD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B19CBD

Tints of East Side #B19CBD

Color information

#B19CBD (or 0xB19CBD) is unknown color: approx East Side. HEX triplet: B1, 9C and BD. RGB value is (177,156,189). Sum of RGB (Red+Green+Blue) = 177+156+189=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B19CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CBD is #4E6342. Grayscale: #A5A5A5. Windows color (decimal): -5137219 or 12426417. OLE color: 12426417.

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

Color convert

RGB177156189-
CMYK0.060.1700.26
HSL278.18º20%67.65%-
HSV(B)278.18º17.46%74.12%-
XYZ39.2136.853.18-
YUV166.04140.96135.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=33.91%
G=29.89%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771561890.060.1700.26278.182067.65
HexB19CBD61101A1161444
Octal26123427562103242624104
Binary10110001100111001011110111010001011010100010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CBD; }

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

 H1.HeaderClassName
 {
   color: #B19CBD;
 }
 .AnyTagClassName
 {
   color: #B19CBD;
 }
</style>
background-color css

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

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

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

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

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

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