#B19BC0

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

Shades of East Side #B19BC0

Tints of East Side #B19BC0

Color information

#B19BC0 (or 0xB19BC0) is unknown color: approx East Side. HEX triplet: B1, 9B and C0. RGB value is (177,155,192). Sum of RGB (Red+Green+Blue) = 177+155+192=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B19BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BC0 is #4E643F. Grayscale: #A5A5A5. Windows color (decimal): -5137472 or 12622769. OLE color: 12622769.

HSL color Cylindrical-coordinate representation of color #B19BC0: hue angle of 275.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19BC0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177155192-
CMYK0.080.1900.25
HSL275.68º22.7%68.04%-
HSV(B)275.68º19.27%75.29%-
XYZ39.3736.654.86-
YUV165.8142.79135.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=33.78%
G=29.58%
B=36.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771551920.080.1900.25275.6822.768.04
HexB19BC08130191141744
Octal261233300102303142427104
Binary101100011001101111000000100010011011001100010100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BC0; }

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

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

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

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

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

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

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

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