#BB9196

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

Shades of Viola #BB9196

Tints of Viola #BB9196

Color information

#BB9196 (or 0xBB9196) is unknown color: approx Viola. HEX triplet: BB, 91 and 96. RGB value is (187,145,150). Sum of RGB (Red+Green+Blue) = 187+145+150=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9196 is #446E69. Grayscale: #9E9E9E. Windows color (decimal): -4484714 or 9867707. OLE color: 9867707.

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

Color convert

RGB187145150-
CMYK00.220.200.27
HSL352.86º23.6%65.1%-
HSV(B)352.86º22.46%73.33%-
XYZ36.1233.0233.32-
YUV158.13123.41148.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=38.80%
G=30.08%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714515000.220.200.27352.8623.665.1
HexBB9196016141B1611841
Octal273221226026243354130101
Binary1011101110010001100101100101101010011011101100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9196; }

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

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

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

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

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

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

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

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