#BB9FA8

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

Shades of Viola #BB9FA8

Tints of Viola #BB9FA8

Color information

#BB9FA8 (or 0xBB9FA8) is unknown color: approx Viola. HEX triplet: BB, 9F and A8. RGB value is (187,159,168). Sum of RGB (Red+Green+Blue) = 187+159+168=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FA8 is #446057. Grayscale: #A8A8A8. Windows color (decimal): -4481112 or 11050939. OLE color: 11050939.

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

Color convert

RGB187159168-
CMYK00.150.100.27
HSL340.71º17.07%67.84%-
HSV(B)340.71º14.97%73.33%-
XYZ39.9638.1942.31-
YUV168.4127.78141.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=36.38%
G=30.93%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715916800.150.100.27340.7117.0767.84
HexBB9FA80FA1B1551144
Octal273237250017123352521104
Binary10111011100111111010100001111101011011101010101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FA8; }

 p { color: rgb(187,159,168); }

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

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

 a { background-color: rgb(187,159,168); }

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

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

 span { border-color: rgb(187,159,168); }

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