#BB949F

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

Shades of Viola #BB949F

Tints of Viola #BB949F

Color information

#BB949F (or 0xBB949F) is unknown color: approx Viola. HEX triplet: BB, 94 and 9F. RGB value is (187,148,159). Sum of RGB (Red+Green+Blue) = 187+148+159=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949F is #446B60. Grayscale: #A0A0A0. Windows color (decimal): -4483937 or 10458299. OLE color: 10458299.

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

Color convert

RGB187148159-
CMYK00.210.150.27
HSL343.08º22.29%65.69%-
HSV(B)343.08º20.86%73.33%-
XYZ37.3434.2537.44-
YUV160.92126.92146.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=37.85%
G=29.96%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714815900.210.150.27343.0822.2965.69
HexBB949F015F1B1571642
Octal273224237025173352726102
Binary101110111001010010011111010101111111011101010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB949F; }

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

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

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

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

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

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

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

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