#B1989E

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

Shades of Viola #B1989E

Tints of Viola #B1989E

Color information

#B1989E (or 0xB1989E) is unknown color: approx Viola. HEX triplet: B1, 98 and 9E. RGB value is (177,152,158). Sum of RGB (Red+Green+Blue) = 177+152+158=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989E is #4E6761. Grayscale: #A0A0A0. Windows color (decimal): -5138274 or 10393777. OLE color: 10393777.

HSL color Cylindrical-coordinate representation of color #B1989E: hue angle of 345.6º 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 #B1989E is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177152158-
CMYK00.140.110.31
HSL345.6º13.81%64.51%-
HSV(B)345.6º14.12%69.41%-
XYZ35.5334.2737.09-
YUV160.16126.78140.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=36.34%
G=31.21%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715215800.140.110.31345.613.8164.51
HexB1989E0EB1F15ae41
Octal261230236016133753216101
Binary1011000110011000100111100111010111111110101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1989E; }

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

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

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

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

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

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

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

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