#BB9096

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

Shades of Viola #BB9096

Tints of Viola #BB9096

Color information

#BB9096 (or 0xBB9096) is unknown color: approx Viola. HEX triplet: BB, 90 and 96. RGB value is (187,144,150). Sum of RGB (Red+Green+Blue) = 187+144+150=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9096 is #446F69. Grayscale: #9D9D9D. Windows color (decimal): -4484970 or 9867451. OLE color: 9867451.

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

Color convert

RGB187144150-
CMYK00.230.200.27
HSL351.63º24.02%64.9%-
HSV(B)351.63º22.99%73.33%-
XYZ35.9732.7133.27-
YUV157.54123.75149.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=38.88%
G=29.94%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714415000.230.200.27351.6324.0264.9
HexBB9096017141B1601841
Octal273220226027243354030101
Binary1011101110010000100101100101111010011011101100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9096; }

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

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

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

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

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

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

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

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