#BB8697

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

Shades of Viola #BB8697

Tints of Viola #BB8697

Color information

#BB8697 (or 0xBB8697) is unknown color: approx Viola. HEX triplet: BB, 86 and 97. RGB value is (187,134,151). Sum of RGB (Red+Green+Blue) = 187+134+151=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8697 is #447968. Grayscale: #979797. Windows color (decimal): -4487529 or 9930427. OLE color: 9930427.

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

Color convert

RGB187134151-
CMYK00.280.190.27
HSL340.75º28.04%62.94%-
HSV(B)340.75º28.34%73.33%-
XYZ34.629.8533.22-
YUV151.78127.56153.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=39.62%
G=28.39%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713415100.280.190.27340.7528.0462.94
HexBB869701C131B1551c3f
Octal27320622703423335253477
Binary101110111000011010010111011100100111101110101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8697; }

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

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

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

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

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

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

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

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