#B19CC3

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

Shades of East Side #B19CC3

Tints of East Side #B19CC3

Color information

#B19CC3 (or 0xB19CC3) is unknown color: approx East Side. HEX triplet: B1, 9C and C3. RGB value is (177,156,195). Sum of RGB (Red+Green+Blue) = 177+156+195=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #B19CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CC3 is #4E633C. Grayscale: #A6A6A6. Windows color (decimal): -5137213 or 12819633. OLE color: 12819633.

HSL color Cylindrical-coordinate representation of color #B19CC3: hue angle of 272.31º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B19CC3 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177156195-
CMYK0.090.2000.24
HSL272.31º24.53%68.82%-
HSV(B)272.31º20%76.47%-
XYZ39.8737.0656.68-
YUV166.72143.96135.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=33.52%
G=29.55%
B=36.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771561950.090.2000.24272.3124.5368.82
HexB19CC39140181101945
Octal261234303112403042031105
Binary101100011001110011000011100110100011000100010000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CC3; }

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

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

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

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

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

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

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

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