#BB949C

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

Shades of Viola #BB949C

Tints of Viola #BB949C

Color information

#BB949C (or 0xBB949C) is unknown color: approx Viola. HEX triplet: BB, 94 and 9C. RGB value is (187,148,156). Sum of RGB (Red+Green+Blue) = 187+148+156=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949C is #446B63. Grayscale: #A0A0A0. Windows color (decimal): -4483940 or 10261691. OLE color: 10261691.

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

Color convert

RGB187148156-
CMYK00.210.170.27
HSL347.69º22.29%65.69%-
HSV(B)347.69º20.86%73.33%-
XYZ37.0834.1436.09-
YUV160.57125.42146.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=38.09%
G=30.14%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714815600.210.170.27347.6922.2965.69
HexBB949C015111B15c1642
Octal273224234025213353426102
Binary1011101110010100100111000101011000111011101011100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB949C; }

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

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

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

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

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

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

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

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