#BB9297

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

Shades of Viola #BB9297

Tints of Viola #BB9297

Color information

#BB9297 (or 0xBB9297) is unknown color: approx Viola. HEX triplet: BB, 92 and 97. RGB value is (187,146,151). Sum of RGB (Red+Green+Blue) = 187+146+151=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9297 is #446D68. Grayscale: #9E9E9E. Windows color (decimal): -4484457 or 9933499. OLE color: 9933499.

HSL color Cylindrical-coordinate representation of color #BB9297: hue angle of 352.68º degrees, saturation: 0.23, 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 #BB9297 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187146151-
CMYK00.220.190.27
HSL352.68º23.16%65.29%-
HSV(B)352.68º21.93%73.33%-
XYZ36.3633.3633.8-
YUV158.83123.58148.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=38.64%
G=30.17%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714615100.220.190.27352.6823.1665.29
HexBB9297016131B1611741
Octal273222227026233354127101
Binary1011101110010010100101110101101001111011101100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9297; }

 p { color: rgb(187,146,151); }

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

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

 a { background-color: rgb(187,146,151); }

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

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

 span { border-color: rgb(187,146,151); }

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