#BB969D

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

Shades of Viola #BB969D

Tints of Viola #BB969D

Color information

#BB969D (or 0xBB969D) is unknown color: approx Viola. HEX triplet: BB, 96 and 9D. RGB value is (187,150,157). Sum of RGB (Red+Green+Blue) = 187+150+157=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969D is #446962. Grayscale: #A1A1A1. Windows color (decimal): -4483427 or 10327739. OLE color: 10327739.

HSL color Cylindrical-coordinate representation of color #BB969D: hue angle of 348.65º 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 #BB969D is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187150157-
CMYK00.200.160.27
HSL348.65º21.39%66.08%-
HSV(B)348.65º19.79%73.33%-
XYZ37.4934.8136.64-
YUV161.86125.26145.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=37.85%
G=30.36%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715015700.200.160.27348.6521.3966.08
HexBB969D014101B15d1542
Octal273226235024203353525102
Binary1011101110010110100111010101001000011011101011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB969D; }

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

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

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

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

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

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

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

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