#B0989C

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

Shades of Viola #B0989C

Tints of Viola #B0989C

Color information

#B0989C (or 0xB0989C) is unknown color: approx Viola. HEX triplet: B0, 98 and 9C. RGB value is (176,152,156). Sum of RGB (Red+Green+Blue) = 176+152+156=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0989C is #4F6763. Grayscale: #9F9F9F. Windows color (decimal): -5203812 or 10262704. OLE color: 10262704.

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

Color convert

RGB176152156-
CMYK00.140.110.31
HSL350º13.19%64.31%-
HSV(B)350º13.64%69.02%-
XYZ35.1334.0936.18-
YUV159.63125.95139.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=36.36%
G=31.40%
B=32.23%

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
Decimal17615215600.140.110.3135013.1964.31
HexB0989C0EB1F15ed40
Octal260230234016133753615100
Binary1011000010011000100111000111010111111110101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0989C; }

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

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

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

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

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

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

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

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