#BB8997

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

Shades of Viola #BB8997

Tints of Viola #BB8997

Color information

#BB8997 (or 0xBB8997) is unknown color: approx Viola. HEX triplet: BB, 89 and 97. RGB value is (187,137,151). Sum of RGB (Red+Green+Blue) = 187+137+151=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8997 is #447668. Grayscale: #999999. Windows color (decimal): -4486761 or 9931195. OLE color: 9931195.

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

Color convert

RGB187137151-
CMYK00.270.190.27
HSL343.2º26.88%63.53%-
HSV(B)343.2º26.74%73.33%-
XYZ35.0330.6933.36-
YUV153.55126.57151.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=39.37%
G=28.84%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713715100.270.190.27343.226.8863.53
HexBB899701B131B1571b40
Octal273211227033233352733100
Binary1011101110001001100101110110111001111011101010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8997; }

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

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

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

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

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

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

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

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