#BC949B

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

Shades of Viola #BC949B

Tints of Viola #BC949B

Color information

#BC949B (or 0xBC949B) is unknown color: approx Viola. HEX triplet: BC, 94 and 9B. RGB value is (188,148,155). Sum of RGB (Red+Green+Blue) = 188+148+155=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949B is #436B64. Grayscale: #A0A0A0. Windows color (decimal): -4418405 or 10196156. OLE color: 10196156.

HSL color Cylindrical-coordinate representation of color #BC949B: hue angle of 349.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC949B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188148155-
CMYK00.210.180.26
HSL349.5º22.99%65.88%-
HSV(B)349.5º21.28%73.73%-
XYZ37.2534.2435.66-
YUV160.76124.75147.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=38.29%
G=30.14%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814815500.210.180.26349.522.9965.88
HexBC949B015121A15e1742
Octal274224233025223253627102
Binary1011110010010100100110110101011001011010101011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC949B; }

 p { color: rgb(188,148,155); }

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

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

 a { background-color: rgb(188,148,155); }

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

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

 span { border-color: rgb(188,148,155); }

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