#BB969F

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

Shades of Viola #BB969F

Tints of Viola #BB969F

Color information

#BB969F (or 0xBB969F) is unknown color: approx Viola. HEX triplet: BB, 96 and 9F. RGB value is (187,150,159). Sum of RGB (Red+Green+Blue) = 187+150+159=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969F is #446960. Grayscale: #A2A2A2. Windows color (decimal): -4483425 or 10458811. OLE color: 10458811.

HSL color Cylindrical-coordinate representation of color #BB969F: hue angle of 345.41º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB969F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187150159-
CMYK00.200.150.27
HSL345.41º21.39%66.08%-
HSV(B)345.41º19.79%73.33%-
XYZ37.6634.8837.55-
YUV162.09126.26145.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=37.70%
G=30.24%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715015900.200.150.27345.4121.3966.08
HexBB969F014F1B1591542
Octal273226237024173353125102
Binary101110111001011010011111010100111111011101011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB969F; }

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

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

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

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

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

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

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

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