#B1989C

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

Shades of Viola #B1989C

Tints of Viola #B1989C

Color information

#B1989C (or 0xB1989C) is unknown color: approx Viola. HEX triplet: B1, 98 and 9C. RGB value is (177,152,156). Sum of RGB (Red+Green+Blue) = 177+152+156=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989C is #4E6763. Grayscale: #9F9F9F. Windows color (decimal): -5138276 or 10262705. OLE color: 10262705.

HSL color Cylindrical-coordinate representation of color #B1989C: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1989C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177152156-
CMYK00.140.120.31
HSL350.4º13.81%64.51%-
HSV(B)350.4º14.12%69.41%-
XYZ35.3634.236.19-
YUV159.93125.78140.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=36.49%
G=31.34%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715215600.140.120.31350.413.8164.51
HexB1989C0EC1F15ee41
Octal261230234016143753616101
Binary1011000110011000100111000111011001111110101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1989C; }

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

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

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

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

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

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

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

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