#BB959D

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

Shades of Viola #BB959D

Tints of Viola #BB959D

Color information

#BB959D (or 0xBB959D) is unknown color: approx Viola. HEX triplet: BB, 95 and 9D. RGB value is (187,149,157). Sum of RGB (Red+Green+Blue) = 187+149+157=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959D is #446A62. Grayscale: #A1A1A1. Windows color (decimal): -4483683 or 10327483. OLE color: 10327483.

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

Color convert

RGB187149157-
CMYK00.200.160.27
HSL347.37º21.84%65.88%-
HSV(B)347.37º20.32%73.33%-
XYZ37.3334.4936.59-
YUV161.27125.59146.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=37.93%
G=30.22%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714915700.200.160.27347.3721.8465.88
HexBB959D014101B15b1642
Octal273225235024203353326102
Binary1011101110010101100111010101001000011011101011011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB959D; }

 p { color: rgb(187,149,157); }

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

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

 a { background-color: rgb(187,149,157); }

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

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

 span { border-color: rgb(187,149,157); }

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