#BB989F

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

Shades of Viola #BB989F

Tints of Viola #BB989F

Color information

#BB989F (or 0xBB989F) is unknown color: approx Viola. HEX triplet: BB, 98 and 9F. RGB value is (187,152,159). Sum of RGB (Red+Green+Blue) = 187+152+159=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989F is #446760. Grayscale: #A3A3A3. Windows color (decimal): -4482913 or 10459323. OLE color: 10459323.

HSL color Cylindrical-coordinate representation of color #BB989F: hue angle of 348º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB989F is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187152159-
CMYK00.190.150.27
HSL348º20.47%66.47%-
HSV(B)348º18.72%73.33%-
XYZ37.9835.5237.66-
YUV163.26125.6144.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=37.55%
G=30.52%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715215900.190.150.2734820.4766.47
HexBB989F013F1B15c1442
Octal273230237023173353424102
Binary101110111001100010011111010011111111011101011100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB989F; }

 p { color: rgb(187,152,159); }

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

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

 a { background-color: rgb(187,152,159); }

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

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

 span { border-color: rgb(187,152,159); }

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