#BB969C

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

Shades of Viola #BB969C

Tints of Viola #BB969C

Color information

#BB969C (or 0xBB969C) is unknown color: approx Viola. HEX triplet: BB, 96 and 9C. RGB value is (187,150,156). Sum of RGB (Red+Green+Blue) = 187+150+156=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969C is #446963. Grayscale: #A1A1A1. Windows color (decimal): -4483428 or 10262203. OLE color: 10262203.

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

Color convert

RGB187150156-
CMYK00.200.170.27
HSL350.27º21.39%66.08%-
HSV(B)350.27º19.79%73.33%-
XYZ37.434.7836.19-
YUV161.75124.76146.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=37.93%
G=30.43%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715015600.200.170.27350.2721.3966.08
HexBB969C014111B15e1542
Octal273226234024213353625102
Binary1011101110010110100111000101001000111011101011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB969C; }

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

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

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

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

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

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

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

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