#BB939B

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

Shades of Viola #BB939B

Tints of Viola #BB939B

Color information

#BB939B (or 0xBB939B) is unknown color: approx Viola. HEX triplet: BB, 93 and 9B. RGB value is (187,147,155). Sum of RGB (Red+Green+Blue) = 187+147+155=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB939B is #446C64. Grayscale: #9F9F9F. Windows color (decimal): -4484197 or 10195899. OLE color: 10195899.

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

Color convert

RGB187147155-
CMYK00.210.170.27
HSL348º22.73%65.49%-
HSV(B)348º21.39%73.33%-
XYZ36.8433.835.59-
YUV159.87125.25147.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=38.24%
G=30.06%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714715500.210.170.2734822.7365.49
HexBB939B015111B15c1741
Octal273223233025213353427101
Binary1011101110010011100110110101011000111011101011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB939B; }

 p { color: rgb(187,147,155); }

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

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

 a { background-color: rgb(187,147,155); }

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

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

 span { border-color: rgb(187,147,155); }

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