#BB96A0

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

Shades of Viola #BB96A0

Tints of Viola #BB96A0

Color information

#BB96A0 (or 0xBB96A0) is unknown color: approx Viola. HEX triplet: BB, 96 and A0. RGB value is (187,150,160). Sum of RGB (Red+Green+Blue) = 187+150+160=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96A0 is #44695F. Grayscale: #A2A2A2. Windows color (decimal): -4483424 or 10524347. OLE color: 10524347.

HSL color Cylindrical-coordinate representation of color #BB96A0: hue angle of 343.78º degrees, saturation: 0.21, 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 #BB96A0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187150160-
CMYK00.200.140.27
HSL343.78º21.39%66.08%-
HSV(B)343.78º19.79%73.33%-
XYZ37.7534.9238.01-
YUV162.2126.76145.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=37.63%
G=30.18%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715016000.200.140.27343.7821.3966.08
HexBB96A0014E1B1581542
Octal273226240024163353025102
Binary101110111001011010100000010100111011011101011000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96A0; }

 p { color: rgb(187,150,160); }

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

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

 a { background-color: rgb(187,150,160); }

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

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

 span { border-color: rgb(187,150,160); }

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